Browse Source

add allow(dead_code) to CleanupHandle

tags/v0.3.6
Michael-J-Ward 1 year ago
parent
commit
5c76a99285
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      apis/python/operator/src/lib.rs

+ 1
- 0
apis/python/operator/src/lib.rs View File

@@ -74,6 +74,7 @@ where
}
}

#[allow(dead_code)]
pub struct CleanupHandle<T>(Arc<Mutex<T>>);

impl PyEvent {


Loading…
Cancel
Save