Skip to content

Commit 5f11117

Browse files
committed
Fix comment
1 parent bb601e7 commit 5f11117

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/ra_hir_def/src/nameres.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ static BUILTIN_SCOPE: Lazy<FxHashMap<Name, Resolution>> = Lazy::new(|| {
149149
.collect()
150150
});
151151

152-
/// Shadow mode for builtin type
153-
/// Builtin type can be shadowed by same name mode
152+
/// Shadow mode for builtin type which can be shadowed by module.
154153
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
155154
pub enum BuiltinShadowMode {
156155
// Prefer Module

0 commit comments

Comments
 (0)