This commit is contained in:
steven-omaha
2023-01-14 18:20:19 +01:00
parent 82801e141c
commit 2692b30c66
+1 -1
View File
@@ -64,7 +64,7 @@ impl PartialOrd for Section {
}
impl Ord for Section {
fn cmp(&self, other: &Self) -> std::cmp::Ordering {
fn cmp(&self, _other: &Self) -> std::cmp::Ordering {
todo!()
}
}