From b7d8dc3f5f9103fcb5e4b9d2ff74b21bc4f38b0a Mon Sep 17 00:00:00 2001 From: Havvy Date: Mon, 4 Jun 2018 01:38:01 -0700 Subject: [PATCH] Remove 'main' attr from reference. Still unstable. --- src/attributes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/attributes.md b/src/attributes.md index cde9064ae782d..fa22d6b6fc4fd 100644 --- a/src/attributes.md +++ b/src/attributes.md @@ -96,8 +96,6 @@ type int8_t = i8; ## Function-only attributes -- `main` - indicates that this function should be passed to the entry point, - rather than the function in the crate root named `main`. - `test` - indicates that this function is a test function, to only be compiled in case of `--test`. - `ignore` - indicates that this test function is disabled.