Skip to content

Commit 5a5797c

Browse files
committed
Fix compile for non-secret-service builds.
1 parent 114a815 commit 5a5797c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ mod v1 {
7878
any(feature = "sync-secret-service", feature = "async-secret-service")
7979
)))]
8080
mod v1 {
81-
use keyring::{Entry, Result};
81+
use keyring::Entry;
8282

8383
/// For everything but the secret service, v1 entries are the same as
8484
/// regular entries with the default target.

0 commit comments

Comments
 (0)