Skip to content

Commit

Permalink
switch back to allow static mut refs
Browse files Browse the repository at this point in the history
as dirs is breaking build
  • Loading branch information
DougAnderson444 committed Nov 30, 2024
1 parent c631b48 commit 048f47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![warn(clippy::all, rust_2018_idioms)]
#![cfg_attr(target_os = "linux", allow(static_mut_refs))] // dirs crate has warnings that break the CI build.
#![allow(static_mut_refs)] // dirs crate has warnings that break the CI build.

mod app;
pub use app::MultinodeApp;

0 comments on commit 048f47e

Please sign in to comment.