axum/axum/clippy.toml
David Pedersen 45116730c6
Internally Arc Router, without breaking changes (#2483)
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2024-01-13 12:44:32 +00:00

3 lines
105 B
TOML

disallowed-types = [
{ path = "std::sync::Mutex", reason = "Use our internal AxumMutex instead" },
]