This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
37f98fffe7
rust
/
tests
/
ui-toml
/
needless_pass_by_ref_mut
/
clippy.toml
2 lines
36 B
TOML
Raw
Normal View
History
Unescape
Escape
Honor avoid-breaking-exported-api in needless_pass_by_ref_mut Until now, the lint only emitted a warning, when breaking public API. Now it doesn't lint at all when the config value is not set to `false`, bringing it in line with the other lints using this config value. Also ensures that this config value is documented in the lint.
2023-10-09 04:48:13 -05:00
avoid-breaking-exported-api
=
false
Reference in New Issue
Copy Permalink