mirror of https://github.com/zkat/miette.git
fix: #[allow(unexpected_cfgs)]
This commit is contained in:
parent
375143f8f6
commit
cdf92c0c5f
|
|
@ -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!
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue