chiark / gitweb /
Tidy up, remove some warning suppressions
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 22 Mar 2021 03:26:52 +0000 (03:26 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 23 Mar 2021 22:42:43 +0000 (22:42 +0000)
src/clock.rs
src/hand.rs
src/vpid.rs

index 2b1c7fe11e0f23e47b2790d39dd5b00631792fb0..6b62b2119e3db3b33c75d173358065810fd70c6f 100644 (file)
@@ -2,8 +2,6 @@
 // SPDX-License-Identifier: AGPL-3.0-or-later
 // There is NO WARRANTY.
 
-#![allow(dead_code)]
-
 use crate::prelude::*;
 use shapelib::Rectangle;
 
index 5edf7b56e64f29aa4c9367c9b2dd0c44418e7739..07d5e8bff949565c3d79d8bd41d8f6b4f0e4b7fb 100644 (file)
@@ -2,10 +2,7 @@
 // SPDX-License-Identifier: AGPL-3.0-or-later
 // There is NO WARRANTY.
 
-// This is otter::hidden::magic
-
 use crate::prelude::*;
-//use super::*;
 
 pub const UNCLAIMED_DESC: &str = "a hand repository";
 
index d706ced64d269d87f17106401e0904d1115cff14..db335d7591313fea6e70b427a4dee24d4eab5dcd 100644 (file)
@@ -267,7 +267,6 @@ fn exhaustive() {
   st.recurse();
 }                                        
 
-#[allow(unused_variables)]
 pub fn permute(occid: OccId,
                occ: &mut Occultation,
                gplayers: &mut GPlayers,