Skip to content

Commit

Permalink
test] eliminate a warning
Browse files Browse the repository at this point in the history
Signed-off-by: Chojan Shang <[email protected]>
  • Loading branch information
PsiACE committed Aug 6, 2021
1 parent 97bd9a8 commit 2438902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusestore/store/src/tests/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ pub fn next_port() -> u32 {
19000u32 + (*Seq::default() as u32)
}

#[allow(dead_code)]
pub struct StoreTestContext {
#[allow(dead_code)]
meta_temp_dir: TempDir,
local_fs_tmp_dir: TempDir,
pub config: configs::Config,
Expand Down

0 comments on commit 2438902

Please sign in to comment.