Fix clippy complaining when used instead of cargo check with RA
This commit is contained in:
parent
4dfddc2cdb
commit
acd7cad29e
|
@ -2,7 +2,8 @@
|
||||||
//! <https://git.ablecorp.us/AbleScript/able-script> for more
|
//! <https://git.ablecorp.us/AbleScript/able-script> for more
|
||||||
//! information.
|
//! information.
|
||||||
|
|
||||||
#![forbid(unsafe_code, clippy::unwrap_used)]
|
#![forbid(unsafe_code)]
|
||||||
|
#![cfg_attr(not(test), forbid(clippy::unwrap_used))]
|
||||||
|
|
||||||
pub mod ast;
|
pub mod ast;
|
||||||
pub mod error;
|
pub mod error;
|
||||||
|
|
Loading…
Reference in a new issue