Skip to content

Commit 48ccb1d

Browse files
committed
lint: allow self_named_module_files
There is a false positive in `src/bin/cargo/commands/build.rs`
1 parent 7a4754a commit 48ccb1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/cargo/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::self_named_module_files)] // false positive in `commands/build.rs`
2+
13
use cargo::util::network::http::http_handle;
24
use cargo::util::network::http::needs_custom_http_transport;
35
use cargo::util::toml::schema::StringOrVec;

0 commit comments

Comments
 (0)