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 7bb50d4 commit d4f71d8Copy full SHA for d4f71d8
src/librustdoc/clean/types.rs
@@ -1478,7 +1478,7 @@ impl Type {
1478
}
1479
1480
/// Check if two types are "potentially the same".
1481
- /// This is different from Eq, because it knows that things like
+ /// This is different from `Eq`, because it knows that things like
1482
/// `Placeholder` are possible matches for everything.
1483
crate fn is_same(&self, other: &Self, cache: &Cache) -> bool {
1484
match (self, other) {
0 commit comments