Skip to content

Commit

Permalink
Ignore some expected clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Apr 17, 2023
1 parent a88ba0c commit f915338
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#![doc(html_logo_url = "https://www.zfnd.org/images/zebra-icon.png")]
#![doc(html_root_url = "https://docs.rs/zcash_script/0.1.11")]
#![allow(missing_docs)]
#![allow(clippy::needless_lifetimes)]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(unused_imports)]
#![allow(unsafe_code)]
#![allow(unused_imports)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

Expand Down

0 comments on commit f915338

Please sign in to comment.