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 85ba6c7 commit 7bb50d4Copy full SHA for 7bb50d4
src/librustdoc/clean/types.rs
@@ -1477,7 +1477,7 @@ impl Type {
1477
result
1478
}
1479
1480
- /// Check if two types are "potentially the same."
+ /// Check if two types are "potentially the same".
1481
/// 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 {
0 commit comments