Skip to content

Commit

Permalink
once_cell is not currently used
Browse files Browse the repository at this point in the history
  • Loading branch information
fishman committed Mar 15, 2024
1 parent ccaeeb1 commit 1ad2462
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use env_logger::{Builder, Env};
use inotify::{EventMask, Inotify, WatchMask};
use log::{debug, error, info};
use mlua::{AnyUserDataExt, Function, Lua, UserData, UserDataFields, UserDataMethods};
use once_cell::sync::Lazy;
use std::collections::HashMap;
use std::fs::{self, File};
use std::io::Write;
Expand Down

0 comments on commit 1ad2462

Please sign in to comment.