resolve: Remove item_attrs_untracked
This commit is contained in:
parent
f28f77f2d9
commit
d99e01fa7e
2 changed files with 1 additions and 12 deletions
|
@ -576,14 +576,6 @@ impl CStore {
|
|||
self.get_crate_data(cnum).num_def_ids()
|
||||
}
|
||||
|
||||
pub fn item_attrs_untracked<'a>(
|
||||
&'a self,
|
||||
def_id: DefId,
|
||||
sess: &'a Session,
|
||||
) -> impl Iterator<Item = ast::Attribute> + 'a {
|
||||
self.get_crate_data(def_id.krate).get_item_attrs(def_id.index, sess)
|
||||
}
|
||||
|
||||
pub fn get_proc_macro_quoted_span_untracked(
|
||||
&self,
|
||||
cnum: CrateNum,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue