Browse Source

Update mod.rs

add an attribute that disables the dead_code lint
tags/v0.2.4-rc
navy GitHub 2 years ago
parent
commit
5f64bd2be6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      binaries/runtime/src/operator/mod.rs

+ 1
- 0
binaries/runtime/src/operator/mod.rs View File

@@ -67,6 +67,7 @@ pub fn run_operator(
}

#[derive(Debug)]
#[allow(dead_code)]
pub enum OperatorEvent {
AllocateOutputSample {
len: usize,


Loading…
Cancel
Save