Remove an unused enum and a struct

This commit is contained in:
JRI98 2024-11-28 20:17:17 +00:00
parent 75f13d3f2e
commit 771a34054c
No known key found for this signature in database
GPG key ID: F83B29916FF13F24
2 changed files with 0 additions and 5 deletions

View file

@ -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 {