We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ab660 commit 8234a2bCopy full SHA for 8234a2b
README.md
@@ -1,5 +1,5 @@
1
2
-
+
3
4
# mini-kvvm-rs
5
src/lib.rs
@@ -4,6 +4,7 @@ pub mod plugin;
pub mod vm {
tonic::include_proto!("vm");
6
}
7
+#[allow(unused_imports)]
8
use vm::vm_server::Vm;
9
10
pub mod metrics {
0 commit comments