Skip to content

Commit 253ee2e

Browse files
committed
fix: forgot silly import
1 parent 1ddccc8 commit 253ee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pubsys/src/repo/env_key_source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use async_trait::async_trait;
2-
use log::debug;
2+
use log::{debug,warn};
33
use snafu::Snafu;
44
use std::env;
55
use tough::key_source::KeySource;

0 commit comments

Comments
 (0)