File: .clippy.toml

package info (click to toggle)
rust-rustls 0.23.31%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,732 kB
  • sloc: sh: 199; python: 181; makefile: 19
file content (6 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
upper-case-acronyms-aggressive = true

disallowed-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" },
]