it: fix clippy lints
This commit is contained in:
parent
15a1b600f3
commit
6baa7ab07f
3 changed files with 4 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ use {
|
|||
static LEVEL: AtomicUsize = AtomicUsize::new(Level::Info as usize);
|
||||
|
||||
thread_local! {
|
||||
static FILE: CloneCell<Option<Rc<OwnedFd>>> = CloneCell::new(None);
|
||||
static FILE: CloneCell<Option<Rc<OwnedFd>>> = const { CloneCell::new(None) };
|
||||
}
|
||||
|
||||
pub fn install() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue