Skip to content

Commit 704f82a

Browse files
author
Jorge Aparicio
committed
Merge pull request #120 from henrikh/name-attribute-deletion
attribute: Only mention name and version attributes once
2 parents be15a57 + 3179d0f commit 704f82a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/attribute/input.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ can be used to/for:
99
* link to a foreign library
1010
* mark functions as unit tests
1111
* mark functions that will be part of a benchmark
12-
* set name and version of a crate
1312

1413
When attributes apply to a whole crate, their syntax is `#![crate_attribute]`,
1514
and when they apply to a module or item, the syntax is `#[item_attribute]`

0 commit comments

Comments
 (0)