Skip to content

Commit fe62581

Browse files
committed
fix clippy lint
1 parent 1b1f611 commit fe62581

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/stackable-versioned/src/apply_resource.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ use kube::Client;
77
///
88
/// For example, you want to prevent stable versions (v1) from having any
99
/// change.
10+
11+
// FIXME(Nick): Remove unused
12+
#[allow(unused)]
1013
pub trait ApplyResource: Resource {
1114
type Error;
1215

0 commit comments

Comments
 (0)