Skip to content

Commit

Permalink
rust.md : update crate attributes.
Browse files Browse the repository at this point in the history
#[ author = "Jane Doe" ]; raises "warning: unknown crate attribute"
  • Loading branch information
eliovir committed Dec 29, 2013
1 parent afe8f6e commit 4660659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/rust.md
Expand Up @@ -610,12 +610,12 @@ the behavior of the compiler.

~~~~
// Package ID
#[ pkgid = "projx#2.5" ];
#[ crate_id = "projx#2.5" ];
// 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

5 comments on commit 4660659

@bors
Copy link
Contributor

@bors bors commented on 4660659 Dec 30, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 4660659 Dec 30, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging eliovir/rust/patch-3 = 4660659 into auto

@bors
Copy link
Contributor

@bors bors commented on 4660659 Dec 30, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eliovir/rust/patch-3 = 4660659 merged ok, testing candidate = 6db7e35

@bors
Copy link
Contributor

@bors bors commented on 4660659 Dec 30, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 4660659 Dec 30, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 6db7e35

Please sign in to comment.