Dryasdust was a popular word in 1860

This commit is contained in:
Ayaz Hafiz 2022-05-07 22:05:05 -04:00 committed by ayazhafiz
parent e31e89ac66
commit 798c28fccd
3 changed files with 7 additions and 9 deletions

View file

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