diff --git a/network/examples/fileshare/server.rs b/network/examples/fileshare/server.rs index 7a40d5be11..4069b3ea6b 100644 --- a/network/examples/fileshare/server.rs +++ b/network/examples/fileshare/server.rs @@ -118,7 +118,6 @@ impl Server { trace!("Stop connect_manager"); } - #[allow(clippy::eval_order_dependence)] async fn loop_participant(&self, p: Participant) { if let (Ok(cmd_out), Ok(file_out), Ok(cmd_in), Ok(file_in)) = ( p.open(3, Promises::ORDERED | Promises::CONSISTENCY, 0) diff --git a/world/src/layer/wildlife.rs b/world/src/layer/wildlife.rs index e82b1afbc7..ebb9c74ef6 100644 --- a/world/src/layer/wildlife.rs +++ b/world/src/layer/wildlife.rs @@ -262,7 +262,6 @@ pub fn spawn_manifest() -> Vec<(&'static str, DensityFn)> { ] } -#[allow(clippy::eval_order_dependence)] pub fn apply_wildlife_supplement<'a, R: Rng>( // NOTE: Used only for dynamic elements like chests and entities! dynamic_rng: &mut R, diff --git a/world/src/lib.rs b/world/src/lib.rs index 29531e8b8b..a67775ad06 100644 --- a/world/src/lib.rs +++ b/world/src/lib.rs @@ -206,7 +206,6 @@ impl World { tc.find_accessible_pos(spawn_wpos, ascending) } - #[allow(clippy::eval_order_dependence)] #[allow(clippy::result_unit_err)] pub fn generate_chunk( &self,