Fix warnings of dead code

This commit is contained in:
Adrián Arroyo Calle
2024-05-27 19:52:02 +02:00
parent 070f1e8dfa
commit f4d2839dc7
2 changed files with 0 additions and 26 deletions

View File

@@ -18,8 +18,6 @@ use std::collections::BTreeSet;
use std::ops::{Deref, DerefMut};
use crate::types::*;
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub(crate) struct OrderedOpDirKey(pub(crate) Atom, pub(crate) Fixity);
// 7.2
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]