Skip to content

Commit

Permalink
do not hard-deny warnings (CI already sets RUSTFLAGS) (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung authored Apr 29, 2024
1 parent 9d23a7d commit 2940c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion josh-core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![deny(warnings)]
#![warn(unused_extern_crates)]

#[macro_export]
Expand Down

0 comments on commit 2940c9e

Please sign in to comment.