We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3103a commit ffc1a97Copy full SHA for ffc1a97
compiler/rustc_resolve/src/imports.rs
@@ -46,7 +46,7 @@ enum SideEffectBindings<'ra> {
46
None,
47
/// Side effect that should be applied to the field `bindings` of `ImportKind::Single`.
48
///
49
- /// The inner `Option` is the actual side effect, it tells us wether we found a binding
+ /// The inner `Option` is the actual side effect, it tells us whether we found a binding
50
/// when resolving the import in this particular namespace.
51
/// The outer `Option` tells us if this side effect is present.
52
Single {
0 commit comments