Skip to content

Commit

Permalink
Allow dead_code inside of utils to avoid unactionable warnings
Browse files Browse the repository at this point in the history
Not ideal but this will still catch tests not marked with
using a test utility that we won't be told about it by Ferris, sadly

See: rust-lang/rust#46379
  • Loading branch information
Mathspy committed Jan 15, 2022
1 parent 1a55d91 commit fee090b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(dead_code)]
mod page;

use std::{
Expand Down

0 comments on commit fee090b

Please sign in to comment.