Skip to content

Commit f7debc8

Browse files
Merge pull request #351 from Havvy/main-attr-remove
Remove 'main' attr from reference. Still unstable.
2 parents c0c320a + b7d8dc3 commit f7debc8

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
@@ -97,8 +97,6 @@ type int8_t = i8;
9797

9898
## Function-only attributes
9999

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

0 commit comments

Comments
 (0)