Skip to content

Commit f94a627

Browse files
committed
remove unused import and unexpected cfg warnings
1 parent 870f23c commit f94a627

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ panic = "abort"
1616

1717
[workspace.lints.rust.unexpected_cfgs]
1818
level = "forbid"
19-
check-cfg = ['cfg(noop_authorizer)']
19+
check-cfg = ['cfg(noop_authorizer)', 'cfg(genproto)']

rust/api/Cargo.toml

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

1919
[features]
2020
_test_utils =["rand"]
21+
22+
[lints]
23+
workspace = true

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)