Skip to content

Commit d4f71d8

Browse files
notriddleGuillaumeGomez
andauthoredNov 30, 2021
Update src/librustdoc/clean/types.rs
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
1 parent 7bb50d4 commit d4f71d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/librustdoc/clean/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ impl Type {
14781478
}
14791479

14801480
/// Check if two types are "potentially the same".
1481-
/// This is different from Eq, because it knows that things like
1481+
/// This is different from `Eq`, because it knows that things like
14821482
/// `Placeholder` are possible matches for everything.
14831483
crate fn is_same(&self, other: &Self, cache: &Cache) -> bool {
14841484
match (self, other) {

0 commit comments

Comments
 (0)
Please sign in to comment.