Skip to content

Commit

Permalink
don't need that
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Nov 9, 2024
1 parent db13693 commit 2a2bc24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ impl GasArena {
/// Locks the gas arena and and runs the given closure with it locked, fails if it can't acquire a lock in 30ms.
/// # Panics
/// if `GAS_MIXTURES` hasn't been initialized, somehow.
#[allow(unused)]
pub fn with_all_mixtures_fallible<T, F>(f: F) -> T
where
F: FnOnce(Option<&[RwLock<Mixture>]>) -> T,
Expand Down

0 comments on commit 2a2bc24

Please sign in to comment.