mirror of
https://github.com/noib3/nvim-oxi.git
synced 2025-08-04 10:59:57 +00:00
Fix unused import in libuv
's example
This commit is contained in:
parent
51e001ed8b
commit
f4bf0da0b3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ use std::thread;
|
|||
use std::time::Duration;
|
||||
|
||||
use nvim_oxi::libuv::{AsyncHandle, TimerHandle};
|
||||
use nvim_oxi::{print, schedule, Error, Result};
|
||||
use nvim_oxi::{print, schedule, Result};
|
||||
use tokio::sync::mpsc::{self, UnboundedSender};
|
||||
use tokio::time;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue