mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-04 10:30:56 +01:00
Fix missing import in readme
This commit is contained in:
parent
98d7d0e6bb
commit
99409e4b7a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ use std::time::{Duration, Instant};
|
|||
|
||||
use smol_mlua::{
|
||||
mlua::prelude::*,
|
||||
smol::Timer,
|
||||
smol::{Timer, io, fs::read_to_string},
|
||||
Runtime,
|
||||
};
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue