Skip to content

Commit

Permalink
silenced lints
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed May 2, 2024
1 parent 46df112 commit 4d80824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/injective-std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![forbid(unsafe_code)]
#![warn(trivial_casts, trivial_numeric_casts, unused_import_braces)]
#![allow(unused_imports, deprecated)]

mod serde;
pub mod shim;
Expand Down

0 comments on commit 4d80824

Please sign in to comment.