Skip to content

Commit 2818c70

Browse files
author
Stjepan Glavina
committed
Suppress a lint that makes CI fail on windows
1 parent 5429c2c commit 2818c70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/net/driver/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ impl<T: Evented> Watcher<T> {
263263
/// Deregisters and returns the inner I/O source.
264264
///
265265
/// This method is typically used to convert `Watcher`s to raw file descriptors/handles.
266+
#[allow(dead_code)]
266267
pub fn into_inner(mut self) -> T {
267268
let source = self.source.take().unwrap();
268269
REACTOR

0 commit comments

Comments
 (0)