Skip to content

Commit

Permalink
fixed unused warning with latest Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuckmccready committed Feb 22, 2024
1 parent f4dee68 commit fa7c83a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cavalier_contours/tests/test_utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#[allow(unused)]
#![allow(unused)]
mod debug;
#[allow(unused)]
mod pline_modifiers;
#[allow(unused)]
mod pline_test_properties;

pub use debug::*;
Expand Down

0 comments on commit fa7c83a

Please sign in to comment.