diff options
| author | Michael Howell <michael@notriddle.com> | 2021-11-30 14:22:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 14:22:15 -0700 |
| commit | d4f71d8f86ec00c736b121b22284298ecaf9a6e5 (patch) | |
| tree | 80fadc621bca85e81552db0a28ac4868cf7bde3e /src | |
| parent | 7bb50d4f309ae0dcf6264e31815777dc5eb3ebaf (diff) | |
| download | rust-d4f71d8f86ec00c736b121b22284298ecaf9a6e5.tar.gz rust-d4f71d8f86ec00c736b121b22284298ecaf9a6e5.zip | |
Update src/librustdoc/clean/types.rs
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
Diffstat (limited to 'src')
| -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 a6552bd010b..11dd140504a 100644 --- a/src/librustdoc/clean/types.rs +++ b/src/librustdoc/clean/types.rs @@ -1478,7 +1478,7 @@ impl Type { } /// Check if two types are "potentially the same". - /// This is different from Eq, because it knows that things like + /// 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 { match (self, other) { |
