Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Allow static_mut_refs
Browse files Browse the repository at this point in the history
I can't work out how to remove this warning properly, just allow it and
move on.
  • Loading branch information
tcharding committed May 17, 2024
1 parent 44b989a commit d0ec1d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_test/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ macro_rules! run_test {
};
}

#[allow(static_mut_refs)] // FIXME: Remove this, its caused by the call to `mem::take`
fn main() {
log::set_logger(&LOGGER).map(|()| log::set_max_level(log::LevelFilter::max())).unwrap();

Expand Down

0 comments on commit d0ec1d9

Please sign in to comment.