forked from mirror/async-std
Suppress a lint that makes CI fail on windows
This commit is contained in:
parent
5429c2c0a3
commit
2818c7099f
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ impl<T: Evented> Watcher<T> {
|
|||
/// Deregisters and returns the inner I/O source.
|
||||
///
|
||||
/// This method is typically used to convert `Watcher`s to raw file descriptors/handles.
|
||||
#[allow(dead_code)]
|
||||
pub fn into_inner(mut self) -> T {
|
||||
let source = self.source.take().unwrap();
|
||||
REACTOR
|
||||
|
|
Loading…
Reference in a new issue