mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Replace lazy_static with once_cell
This commit is contained in:
parent
37b754f462
commit
1a270361c0
9 changed files with 12 additions and 37 deletions
|
@ -1,11 +1,6 @@
|
|||
#[macro_use]
|
||||
mod common;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
#[cfg(unix)]
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
#[cfg(unix)]
|
||||
extern crate rust_users;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue