Skip to content

Commit

Permalink
librustc: Whitelist linkage attribute for unused attribute lint since…
Browse files Browse the repository at this point in the history
… it's processed during trans.
  • Loading branch information
luqmana committed Nov 17, 2014
1 parent acd890d commit 33893ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc/lint/builtin.rs
Expand Up @@ -619,6 +619,7 @@ impl LintPass for UnusedAttributes {
"link",
"link_name",
"link_section",
"linkage",
"no_builtins",
"no_mangle",
"no_split_stack",
Expand Down

4 comments on commit 33893ae

@bors
Copy link
Contributor

@bors bors commented on 33893ae Nov 17, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at luqmana@33893ae

@bors
Copy link
Contributor

@bors bors commented on 33893ae Nov 17, 2014

Choose a reason for hiding this comment

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

merging luqmana/rust/tf = 33893ae into auto

@bors
Copy link
Contributor

@bors bors commented on 33893ae Nov 17, 2014

Choose a reason for hiding this comment

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

luqmana/rust/tf = 33893ae merged ok, testing candidate = b9c44fd1

@bors
Copy link
Contributor

@bors bors commented on 33893ae Nov 18, 2014

Choose a reason for hiding this comment

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

Please sign in to comment.