summaryrefslogtreecommitdiffstats
path: root/clippy.toml
blob: 3c34d529adbb7c2a57274e1ebd624e24692e9f99 (plain)
1
2
3
4
5
too-many-lines-threshold = 200
await-holding-invalid-types = [
    { path = "tracing::span::Entered", reason = "`Entered` is not aware when a function is suspended: https://docs.rs/tracing/latest/tracing/struct.Span.html#in-asynchronous-code" },
    { path = "tracing::span::EnteredSpan", reason = "`EnteredSpan` is not aware when a function is suspended: https://docs.rs/tracing/latest/tracing/struct.Span.html#in-asynchronous-code" },
]