Skip to content

Commit

Permalink
auto merge of #11190 : eliovir/rust/patch-3, r=alexcrichton
Browse files Browse the repository at this point in the history
#[ author = "Jane Doe" ]; raises "warning: unknown crate attribute"
replace `pkgid` by `crate_id`
add `comment`
  • Loading branch information
bors committed Dec 30, 2013
2 parents a4f30bf + 4660659 commit 6db7e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rust.md
Expand Up @@ -615,7 +615,7 @@ the behavior of the compiler.
// Additional metadata attributes
#[ desc = "Project X" ];
#[ license = "BSD" ];
#[ author = "Jane Doe" ];
#[ comment = "This is a comment on Project X." ];
// Specify the output type
#[ crate_type = "lib" ];
Expand Down

0 comments on commit 6db7e35

Please sign in to comment.