Skip to content

Commit 8234a2b

Browse files
committed
lib.rs: allow unused imports, trigger CI
Signed-off-by: Gyuho Lee <[email protected]>
1 parent 22ab660 commit 8234a2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
![Github Actions](https://github.com/gyuho/mini-kvvm-rs/actions/workflows/test-and-release.yml/badge.svg)
2+
![Github Actions](https://github.com/ava-labs/mini-kvvm-rs/actions/workflows/test-and-release.yml/badge.svg)
33

44
# mini-kvvm-rs
55

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pub mod plugin;
44
pub mod vm {
55
tonic::include_proto!("vm");
66
}
7+
#[allow(unused_imports)]
78
use vm::vm_server::Vm;
89

910
pub mod metrics {

0 commit comments

Comments
 (0)