Skip to content

Commit 5190aeb

Browse files
committed
fixup! Allow disallowed_names for workspace test
1 parent 2a1ff17 commit 5190aeb

File tree

1 file changed

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

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#![allow(clippy::disallowed_names)]
21
pub mod foo;
32

4-
pub fn foo() {
3+
pub fn foo_thing() {
54
let _ = foo::Thing;
65
}

0 commit comments

Comments
 (0)