Skip to content

Commit

Permalink
Allow dead code in harness to eliminate warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
billonahill committed Jan 6, 2025
1 parent cc1b174 commit 4adee5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mini-lsm/src/tests/harness.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(dead_code)] // REMOVE THIS LINE once all modules are complete
use std::{
collections::BTreeMap, ops::Bound, os::unix::fs::MetadataExt, path::Path, sync::Arc,
time::Duration,
Expand Down

0 comments on commit 4adee5c

Please sign in to comment.