Update src/librustdoc/clean/types.rs
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
This commit is contained in:
parent
85ba6c7b34
commit
7bb50d4f30
1 changed files with 1 additions and 1 deletions
|
|
@ -1477,7 +1477,7 @@ impl Type {
|
|||
result
|
||||
}
|
||||
|
||||
/// Check if two types are "potentially the same."
|
||||
/// Check if two types are "potentially the same".
|
||||
/// This is different from Eq, because it knows that things like
|
||||
/// `Placeholder` are possible matches for everything.
|
||||
crate fn is_same(&self, other: &Self, cache: &Cache) -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue