Skip to content

Commit 8849149

Browse files
Make mk_attr_id private to libsyntax
1 parent 24a491f commit 8849149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/attr/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ pub fn mk_nested_word_item(ident: Ident) -> NestedMetaItem {
368368
NestedMetaItem::MetaItem(mk_word_item(ident))
369369
}
370370

371-
pub fn mk_attr_id() -> AttrId {
371+
crate fn mk_attr_id() -> AttrId {
372372
use std::sync::atomic::AtomicUsize;
373373
use std::sync::atomic::Ordering;
374374

0 commit comments

Comments
 (0)