Skip to content

Commit

Permalink
Deny warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-Janggun committed Feb 25, 2024
1 parent fac633c commit 6b91086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homework/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#![allow(clippy::result_unit_err)]
// Allow lints for homework.
#![allow(dead_code, unused_variables, unused_imports, unused_mut)]
#![deny(unsafe_op_in_unsafe_fn)]
#![deny(unsafe_op_in_unsafe_fn, warnings)]

mod adt;
mod arc;
Expand Down

0 comments on commit 6b91086

Please sign in to comment.