rust/compiler/rustc_expand
Dylan DPC 4ac88c01c3
Rollup merge of #76355 - calebcartwright:reduce-rustfmt-visibility, r=nikomatsakis
remove public visibility previously needed for rustfmt

`submod_path_from_attr` in rustc_expand::module was previously public because it was also consumed by rustfmt. However, we've done a bit of refactoring in rustfmt and no longer need to use this function.

This changes the visibility to the parent mod as was originally going to be done before the rustfmt dependency was realized (c189565edc (diff-cd1b379893bae95f7991d5a3f3c6d337R201))
2020-09-09 01:35:11 +02:00
..
src Rollup merge of #76355 - calebcartwright:reduce-rustfmt-visibility, r=nikomatsakis 2020-09-09 01:35:11 +02:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00