Make mk_attr_id private to libsyntax
This commit is contained in:
parent
24a491f40c
commit
8849149745
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ pub fn mk_nested_word_item(ident: Ident) -> NestedMetaItem {
|
|||
NestedMetaItem::MetaItem(mk_word_item(ident))
|
||||
}
|
||||
|
||||
pub fn mk_attr_id() -> AttrId {
|
||||
crate fn mk_attr_id() -> AttrId {
|
||||
use std::sync::atomic::AtomicUsize;
|
||||
use std::sync::atomic::Ordering;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue