We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5429c2c commit 2818c70Copy full SHA for 2818c70
src/net/driver/mod.rs
@@ -263,6 +263,7 @@ impl<T: Evented> Watcher<T> {
263
/// Deregisters and returns the inner I/O source.
264
///
265
/// This method is typically used to convert `Watcher`s to raw file descriptors/handles.
266
+ #[allow(dead_code)]
267
pub fn into_inner(mut self) -> T {
268
let source = self.source.take().unwrap();
269
REACTOR
0 commit comments