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.