We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232f629 commit 4378858Copy full SHA for 4378858
app/roster/src/application/server/context.rs
@@ -18,6 +18,7 @@ impl Context {
18
}
19
20
21
+ #[allow(dead_code)]
22
pub fn is_in_slot(&self, hash: u16) -> bool {
23
self.storage.is_in_slot(hash)
24
0 commit comments