Skip to content

Commit cd3a93b

Browse files
committed
chore: remove unused import and unexpected cfg warnings
1 parent e0ff3f5 commit cd3a93b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

rust/api/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ reqwest = { version = "0.11.13", default-features = false, features = ["rustls-
1717

1818
[features]
1919
_test_utils =["rand"]
20+
21+
[lints.rust]
22+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(genproto)'] }

rust/impls/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ mod migrations;
1515
/// Contains [PostgreSQL](https://www.postgresql.org/) based backend implementation for VSS.
1616
pub mod postgres_store;
1717

18-
#[macro_use]
1918
extern crate api;

0 commit comments

Comments
 (0)