mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-01 03:55:33 +00:00
Enforce lint reasons
This commit is contained in:
parent
61850aa1ed
commit
3bb6d1456d
3 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,5 @@
|
|||
// FIXME: False positive?
|
||||
#![allow(clippy::unwrap_used)]
|
||||
// Easy to use for fixtures.
|
||||
#![allow(clippy::toplevel_ref_arg)]
|
||||
#![expect(clippy::unwrap_used, reason = "FIXME: random false positive")]
|
||||
#![expect(clippy::toplevel_ref_arg, reason = "easy to use for fixtures")]
|
||||
use std::fmt;
|
||||
use std::future::IntoFuture;
|
||||
use std::sync::{Arc, LazyLock};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue