auto merge of #11190 : eliovir/rust/patch-3, r=alexcrichton

#[ author = "Jane Doe" ]; raises "warning: unknown crate attribute"
replace `pkgid` by `crate_id`
add `comment`
This commit is contained in:
bors 2013-12-30 07:16:48 -08:00
commit 6db7e35c59
1 changed files with 1 additions and 1 deletions

View File

@ -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" ];