Skip to content

Commit 6641f3f

Browse files
committed
Added tmp clippy ignores.
1 parent 3e77b14 commit 6641f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/consumers/push/consumer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ type NatsPushConsumer =
77

88
#[pyo3::pyclass(from_py_object)]
99
#[derive(Debug, Clone)]
10+
#[allow(dead_code)] // TODO! remove later.
1011
pub struct PushConsumer {
1112
consumer: Arc<RwLock<NatsPushConsumer>>,
1213
}

0 commit comments

Comments
 (0)