Skip to content

Commit 809b6c5

Browse files
committed
Allow disallowed_names for workspace test
1 parent c49ff95 commit 809b6c5

File tree

1 file changed

+1
-0
lines changed
  • tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/dep_no_mod/src

1 file changed

+1
-0
lines changed

tests/workspace_test/module_style/pass_mod_with_dep_in_subdir/dep_no_mod/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(clippy::disallowed_names)]
12
pub mod foo;
23

34
pub fn foo() {

0 commit comments

Comments
 (0)