Skip to content

Commit 72f96d9

Browse files
fix typo
1 parent 6bada23 commit 72f96d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_hir/src/hir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4557,7 +4557,7 @@ pub struct TraitCandidate {
45574557
pub import_ids: SmallVec<[LocalDefId; 1]>,
45584558
// Indicates whether this trait candidate is ambiguously glob imported
45594559
// in it's scope. Related to the AMBIGUOUS_GLOB_IMPORTED_TRAIT lint.
4560-
// If this is set to true and the trait is used as a result of methdo lookup, this
4560+
// If this is set to true and the trait is used as a result of method lookup, this
45614561
// lint is thrown.
45624562
pub lint_ambiguous: bool,
45634563
}

0 commit comments

Comments
 (0)