Skip to content

Commit b01ce4d

Browse files
committed
chore(raft): hide unused code warnings
this will be removed once we implement all of the `todo!` and `unimplemented!` stuff
1 parent 4406723 commit b01ce4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tarantool/src/raft/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![cfg(feature = "raft_node")]
2+
#![allow(dead_code, unused_variables)]
23

34
use std::cell::RefCell;
45
use std::collections::VecDeque;

0 commit comments

Comments
 (0)