We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4406723 commit b01ce4dCopy full SHA for b01ce4d
tarantool/src/raft/mod.rs
@@ -1,4 +1,5 @@
1
#![cfg(feature = "raft_node")]
2
+#![allow(dead_code, unused_variables)]
3
4
use std::cell::RefCell;
5
use std::collections::VecDeque;
0 commit comments