Skip to content

Commit 1807bd4

Browse files
committed
oops
1 parent 3f14f19 commit 1807bd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ops.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ impl ExitNodeStatus {
146146
.cloned()
147147
}
148148

149-
#[allow(dead_code)] // It is indeed being used in cloud/*
149+
// It is indeed being used in cloud/*
150+
#[allow(unused_variables)]
150151
pub fn new(provider: String, name: String, ip: String, id: Option<&str>) -> Self {
151152
Self {
152153
provider,

0 commit comments

Comments
 (0)