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.
2 parents c0c320a + b7d8dc3 commit f7debc8Copy full SHA for f7debc8
src/attributes.md
@@ -97,8 +97,6 @@ type int8_t = i8;
97
98
## Function-only attributes
99
100
-- `main` - indicates that this function should be passed to the entry point,
101
- rather than the function in the crate root named `main`.
102
- `test` - indicates that this function is a test function, to only be compiled
103
in case of `--test`.
104
- `ignore` - indicates that this test function is disabled.
0 commit comments