Skip to content

Commit 4378858

Browse files
committed
misc: allow dead code for now
Signed-off-by: Anthony Griffon <[email protected]>
1 parent 232f629 commit 4378858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/roster/src/application/server/context.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ impl Context {
1818
}
1919
}
2020

21+
#[allow(dead_code)]
2122
pub fn is_in_slot(&self, hash: u16) -> bool {
2223
self.storage.is_in_slot(hash)
2324
}

0 commit comments

Comments
 (0)