We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d471d3 commit a616531Copy full SHA for a616531
src/libsyntax/attr.rs
@@ -10,7 +10,7 @@
10
11
// Functions dealing with attributes and meta_items
12
13
-extern mod extra;
+use extra;
14
15
use ast;
16
use codemap::{spanned, dummy_spanned};
0 commit comments