Skip to content

Commit c363127

Browse files
committed
Attribute "main" is unstable, so removing.
1 parent 1f59f7f commit c363127

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/attributes.md

-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ their respective meaning.
106106

107107
## Function-only attributes
108108

109-
- `main` - indicates that this function should be passed to the entry point,
110-
rather than the function in the crate root named `main`.
111109
- `test` - indicates that this function is a test function, to only be compiled
112110
in case of `--test`.
113111
- `ignore` - indicates that this test function is disabled.

0 commit comments

Comments
 (0)