mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Dryasdust was a popular word in 1860
This commit is contained in:
parent
e31e89ac66
commit
798c28fccd
3 changed files with 7 additions and 9 deletions
|
@ -34,6 +34,7 @@ pub struct MemberSpecialization {
|
|||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub struct SpecializationId(u64);
|
||||
|
||||
#[allow(clippy::derivable_impls)] // let's be explicit about this
|
||||
impl Default for SpecializationId {
|
||||
fn default() -> Self {
|
||||
Self(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue