Skip to content

Commit baa11d5

Browse files
bors[bot]Veetaha
andauthored
Merge #3684
3684: ra_hir_def: fix typo r=edwin0cheng a=Veetaha Co-authored-by: veetaha <veetaha2@gmail.com>
2 parents 9328aba + dc1fbef commit baa11d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_hir_def/src/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub struct Path {
9595
/// Note that paths like `<Type as Trait>::foo` are desugard to `Trait::<Self=Type>::foo`.
9696
type_anchor: Option<Box<TypeRef>>,
9797
mod_path: ModPath,
98-
/// Invariant: the same len as self.path.segments
98+
/// Invariant: the same len as `self.mod_path.segments`
9999
generic_args: Vec<Option<Arc<GenericArgs>>>,
100100
}
101101

0 commit comments

Comments
 (0)