diff --git a/src/items/functions.md b/src/items/functions.md index f76991cf0..083b88f5f 100644 --- a/src/items/functions.md +++ b/src/items/functions.md @@ -295,7 +295,7 @@ available while running tests. ```rust fn test_only() { - #![test] + #![doc("Example")] } ```