Skip to content

Commit 5bcf089

Browse files
client: Silence API unused functions
As they are exposed as APIs only if api feature is enabled
1 parent 6498aa9 commit 5bcf089

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/dbus/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
pub mod api;
4242

4343
#[cfg(not(feature = "unstable"))]
44+
#[allow(unused)]
4445
mod api;
4546

4647
mod algorithm;

0 commit comments

Comments
 (0)