Skip to content

Commit

Permalink
Enable clippy lints on configure_me_config.rs (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz authored Dec 18, 2024
1 parent 8760ff3 commit 3816845
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ pub const ELECTRS_VERSION: &str = env!("CARGO_PKG_VERSION");
const DEFAULT_SERVER_ADDRESS: [u8; 4] = [127, 0, 0, 1]; // by default, serve on IPv4 localhost

mod internal {
#![allow(clippy::enum_variant_names)]
#![allow(clippy::unnecessary_lazy_evaluations)]
#![allow(clippy::useless_conversion)]

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

Expand Down

0 comments on commit 3816845

Please sign in to comment.