cargo / rustls / audit
cargo : rustls @ 0.23.40
PE Patrick Elsen signed 2026-05-28 published 2026-05-28

.clippy.toml

7 lines · toml

upper-case-acronyms-aggressive = truedisallowed-types = [  { path = "std::sync::Arc", reason = "must use Arc from sync module to support downstream forks targeting architectures without atomic ptrs" },  { path = "std::sync::Weak", reason = "must use Weak from sync module to support downstream forks targeting architectures without atomic ptrs" },]