This commit is contained in:
timeshifter
2023-01-14 18:20:19 +01:00
parent 2b9e82e5a1
commit 0e84bf9bc4
+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!()
}
}