Skip to content

Commit

Permalink
fix: allow dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Jul 13, 2024
1 parent b029ca2 commit d76ed94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/harness/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ impl TestHarness {
Ok(real_lib_name)
}

#[allow(dead_code)]
pub async fn link_dylib(
&self,
key: &TestKey,
Expand Down
1 change: 1 addition & 0 deletions src/harness/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use crate::report::*;
use crate::*;

impl TestHarness {
#[allow(dead_code)]
pub async fn run_dylib_test(
&self,
_key: &TestKey,
Expand Down

0 comments on commit d76ed94

Please sign in to comment.