mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Make mk_attr_id private to libsyntax
This commit is contained in:
parent
24a491f40c
commit
8849149745
@ -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…
Reference in New Issue
Block a user