Skip to content

Commit

Permalink
got another one
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc committed Feb 14, 2020
1 parent 2df01cf commit 4aad300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chalk-ir/src/interner.rs
Expand Up @@ -29,7 +29,7 @@ use std::sync::Arc;
/// where the concrete representation of core types varies. They also
/// allow us to write generic code that reasons about multiple
/// distinct sets of types by using distinct generic type parameters
/// (e.g., `SourceTF` and `TargetTF`) -- even if those type parameters
/// (e.g., `SourceI` and `TargetI`) -- even if those type parameters
/// wind up being mapped to the same underlying type families in the
/// end.
pub trait Interner: Debug + Copy + Eq + Ord + Hash {
Expand Down

0 comments on commit 4aad300

Please sign in to comment.