Skip to content

Commit

Permalink
Removed clippy allow
Browse files Browse the repository at this point in the history
This was made unnecessary by
rust-lang/rust-clippy#12528.
  • Loading branch information
stevenengler committed Sep 9, 2024
1 parent 0c2c72a commit 58f66d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/core/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ impl<'a> Manager<'a> {
dns: unsafe { SyncSendPointer::new(dns) },
num_plugin_errors: AtomicU32::new(0),
// allow the status logger's state to be updated from anywhere
#[allow(clippy::map_clone)]
status_logger_state: status_logger_state.map(Arc::clone),
runahead: Runahead::new(
self.config.experimental.use_dynamic_runahead.unwrap(),
Expand Down

0 comments on commit 58f66d6

Please sign in to comment.