fix: #[allow(unexpected_cfgs)]

This commit is contained in:
Boshen 2024-06-21 12:21:26 +08:00
parent 375143f8f6
commit cdf92c0c5f
No known key found for this signature in database
GPG Key ID: 9C7A8C8AB22BEBD1
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#![deny(missing_docs, missing_debug_implementations, nonstandard_style)] #![deny(missing_docs, missing_debug_implementations, nonstandard_style)]
#![warn(unreachable_pub, rust_2018_idioms)] #![warn(unreachable_pub, rust_2018_idioms)]
#![allow(unexpected_cfgs)]
//! You run miette? You run her code like the software? Oh. Oh! Error code for //! You run miette? You run her code like the software? Oh. Oh! Error code for
//! coder! Error code for One Thousand Lines! //! coder! Error code for One Thousand Lines!
//! //!