mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Remove an unused enum and a struct
This commit is contained in:
parent
75f13d3f2e
commit
771a34054c
2 changed files with 0 additions and 5 deletions
|
@ -113,8 +113,6 @@ pub struct SpecializationId(NonZeroU32);
|
|||
|
||||
static_assertions::assert_eq_size!(SpecializationId, Option<SpecializationId>);
|
||||
|
||||
pub enum SpecializationLambdaSetError {}
|
||||
|
||||
/// A key into a particular implementation of an ability member for an opaque type.
|
||||
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
|
||||
pub struct ImplKey {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue