Fix typo in StableCrateId
docs
This commit is contained in:
parent
e012a191d7
commit
130ba4718e
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ impl Borrow<Fingerprint> for DefPathHash {
|
|||
/// collisions when loading crates and abort compilation in order to avoid
|
||||
/// further trouble.
|
||||
///
|
||||
/// See the discussion in [`DefId`] for more information
|
||||
/// on the possibility of hash collisions in rustc,
|
||||
/// For more information on the possibility of hash collisions in rustc,
|
||||
/// see the discussion in [`DefId`].
|
||||
#[derive(Copy, Clone, Hash, PartialEq, Eq, PartialOrd, Ord, Debug)]
|
||||
#[derive(HashStable_Generic, Encodable, Decodable)]
|
||||
pub struct StableCrateId(pub(crate) u64);
|
||||
|
|
Loading…
Add table
Reference in a new issue