mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
4ac88c01c3
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 (
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml |