Skip to content

Commit 1c726a6

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

File tree

1 file changed

+1
-1
lines changed
  • tests/workspace_test/module_style/pass_no_mod_with_dep_in_subdir/dep_with_mod/src

1 file changed

+1
-1
lines changed

tests/workspace_test/module_style/pass_no_mod_with_dep_in_subdir/dep_with_mod/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pub mod with_mod;
22

3-
pub fn foo() {
3+
pub fn access_nested_types() {
44
let _ = with_mod::Thing;
55
let _ = with_mod::inner::stuff::Inner;
66
let _ = with_mod::inner::stuff::most::Snarks;

0 commit comments

Comments
 (0)