diff options
| author | Michael Howell <michael@notriddle.com> | 2021-11-30 14:22:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 14:22:03 -0700 |
| commit | 7bb50d4f309ae0dcf6264e31815777dc5eb3ebaf (patch) | |
| tree | f0417c40ba26b21544b66380ae5a4f8f0afcb52d | |
| parent | 85ba6c7b3489f5b23ca146d6ebde657bf8b52c36 (diff) | |
| download | rust-7bb50d4f309ae0dcf6264e31815777dc5eb3ebaf.tar.gz rust-7bb50d4f309ae0dcf6264e31815777dc5eb3ebaf.zip | |
Update src/librustdoc/clean/types.rs
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
| -rw-r--r-- | src/librustdoc/clean/types.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/clean/types.rs b/src/librustdoc/clean/types.rs index f7762fd2521..a6552bd010b 100644 --- a/src/librustdoc/clean/types.rs +++ b/src/librustdoc/clean/types.rs @@ -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 { |
