mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 22:56:46 +01:00
45116730c6
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
3 lines
105 B
TOML
3 lines
105 B
TOML
disallowed-types = [
|
|
{ path = "std::sync::Mutex", reason = "Use our internal AxumMutex instead" },
|
|
]
|