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
234a1d35d9
rust
/
tests
/
ui-toml
/
mut_key
/
clippy.toml
1 line
49 B
TOML
Raw
Normal View
History
Unescape
Escape
make arc-likes for `mutable-key` configurable We had some false positives where people would create their own types that had interior mutability unrelated to hash/eq. This addition lets you configure this as e.g. `arc-like-types=["bytes::Bytes"]`
2022-10-20 16:40:10 -05:00
ignore-interior-mutability
=
[
"mut_key::Counted"
]
Reference in New Issue
Copy Permalink