We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f59f7f commit c363127Copy full SHA for c363127
src/attributes.md
@@ -106,8 +106,6 @@ their respective meaning.
106
107
## Function-only attributes
108
109
-- `main` - indicates that this function should be passed to the entry point,
110
- rather than the function in the crate root named `main`.
111
- `test` - indicates that this function is a test function, to only be compiled
112
in case of `--test`.
113
- `ignore` - indicates that this test function is disabled.
0 commit comments