7 lines
354 B
TOML
7 lines
354 B
TOML
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" },
|
|
]
|