Skip to content

Commit

Permalink
lint: allow self_named_module_files
Browse files Browse the repository at this point in the history
There is a false positive in `src/bin/cargo/commands/build.rs`
  • Loading branch information
weihanglo committed Sep 14, 2023
1 parent 252fa0f commit 3ee66ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/cargo/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::self_named_module_files)] // false positive in `commands/build.rs`

use cargo::util::network::http::http_handle;
use cargo::util::network::http::needs_custom_http_transport;
use cargo::util::toml::StringOrVec;
Expand Down

0 comments on commit 3ee66ce

Please sign in to comment.