Skip to content

Commit 3162986

Browse files
authored
Fix double space
1 parent 974b1e3 commit 3162986

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/hir/map

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/hir/map/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ impl<'hir> Map<'hir> {
225225
self.tcx.definitions_untracked().iter_local_def_id()
226226
}
227227

228-
/// Do not call this function directly. The query should be called.
228+
/// Do not call this function directly. The query should be called.
229229
pub(super) fn opt_def_kind(self, local_def_id: LocalDefId) -> Option<DefKind> {
230230
let hir_id = self.local_def_id_to_hir_id(local_def_id);
231231
let def_kind = match self.find(hir_id)? {

0 commit comments

Comments
 (0)