Skip to content

Commit b7d8dc3

Browse files
committed
Remove 'main' attr from reference. Still unstable.
1 parent 3d4ac84 commit b7d8dc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/attributes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ type int8_t = i8;
9696

9797
## Function-only attributes
9898

99-
- `main` - indicates that this function should be passed to the entry point,
100-
rather than the function in the crate root named `main`.
10199
- `test` - indicates that this function is a test function, to only be compiled
102100
in case of `--test`.
103101
- `ignore` - indicates that this test function is disabled.

0 commit comments

Comments
 (0)