Skip to content

Commit 33893ae

Browse files
committedNov 17, 2014
librustc: Whitelist linkage attribute for unused attribute lint since it's processed during trans.
1 parent acd890d commit 33893ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/librustc/lint/builtin.rs

+1
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ impl LintPass for UnusedAttributes {
619619
"link",
620620
"link_name",
621621
"link_section",
622+
"linkage",
622623
"no_builtins",
623624
"no_mangle",
624625
"no_split_stack",

0 commit comments

Comments
 (0)