We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4ac84 commit b7d8dc3Copy full SHA for b7d8dc3
src/attributes.md
@@ -96,8 +96,6 @@ type int8_t = i8;
96
97
## Function-only attributes
98
99
-- `main` - indicates that this function should be passed to the entry point,
100
- rather than the function in the crate root named `main`.
101
- `test` - indicates that this function is a test function, to only be compiled
102
in case of `--test`.
103
- `ignore` - indicates that this test function is disabled.
0 commit comments