refactor: rename move_event.rs to move_.rs

This commit is contained in:
Mika Vilpas 2024-04-06 21:23:04 +03:00 committed by sxyazi
parent adeaf0d212
commit 872a6a4469
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ mod custom;
mod hey; mod hey;
mod hi; mod hi;
mod hover; mod hover;
mod move_event; mod move_;
mod rename; mod rename;
mod yank; mod yank;
@ -18,6 +18,6 @@ pub use custom::*;
pub use hey::*; pub use hey::*;
pub use hi::*; pub use hi::*;
pub use hover::*; pub use hover::*;
pub use move_event::*; pub use move_::*;
pub use rename::*; pub use rename::*;
pub use yank::*; pub use yank::*;