You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be closed. This can't be reproduced since we now forbid exposing private types in public signatures.
@alexcrichton This is very similar to #18082, only that in that case, the compiler doesn't prevent exposing the private type in a public signature. Hence, I think that #18082 is actually a visibility bug not covered by rust-lang/rfcs#136.
Create `clippy_config` crate, hide internal representation from docs
r? `@flip1995`
The first commit moves a decent chunk of code out of `clippy_lints`/`clippy_utils` into a new crate `clippy_config`
The second commit changes how `--explain`, the book and the site render configuration values. The internal type is now hidden and the displayed defaults are now valid TOML values instead of `Debug` output
changelog: none
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Nov 16, 2023
update references of old `msrvs` and `conf` paths
In rust-lang#11685, `clippy_lints::utils::conf` and `clippy_utils::msrvs` were moved to a separate `clippy_config` crate.
I noticed that not all references to those paths were updated, so this small PR intends to fix those.
changelog: none
The text was updated successfully, but these errors were encountered: