Skip to content

Commit dfd7889

Browse files
committed
rename file name
1 parent 19bac11 commit dfd7889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/util/io/src/mio_util/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#![allow(unused)]
22
mod event_loop;
33
mod handler;
4-
mod notify;
4+
mod notify_error;
55

66
pub use event_loop::{EventLoop, EventLoopBuilder, Sender};
77
pub use handler::Handler;
8-
pub use notify::NotifyError;
8+
pub use notify_error::NotifyError;

0 commit comments

Comments
 (0)