mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
Fix double space
This commit is contained in:
parent
974b1e3e51
commit
31629860e8
@ -225,7 +225,7 @@ impl<'hir> Map<'hir> {
|
||||
self.tcx.definitions_untracked().iter_local_def_id()
|
||||
}
|
||||
|
||||
/// Do not call this function directly. The query should be called.
|
||||
/// Do not call this function directly. The query should be called.
|
||||
pub(super) fn opt_def_kind(self, local_def_id: LocalDefId) -> Option<DefKind> {
|
||||
let hir_id = self.local_def_id_to_hir_id(local_def_id);
|
||||
let def_kind = match self.find(hir_id)? {
|
||||
|
Loading…
Reference in New Issue
Block a user