resolve: Remove visibility_untracked
This commit is contained in:
parent
d610b0c514
commit
17127f3e78
2 changed files with 4 additions and 11 deletions
|
@ -526,10 +526,6 @@ impl CStore {
|
|||
self.get_crate_data(def.krate).get_ctor(def.index)
|
||||
}
|
||||
|
||||
pub fn visibility_untracked(&self, def: DefId) -> Visibility<DefId> {
|
||||
self.get_crate_data(def.krate).get_visibility(def.index)
|
||||
}
|
||||
|
||||
pub fn module_children_untracked<'a>(
|
||||
&'a self,
|
||||
def_id: DefId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue