# Dravr shared clippy configuration
# Source: dravr-build-config/cargo/clippy.toml
= 25
# Banned methods (anyhow context methods — use structured error types)
[[]]
= "anyhow::Context::context"
= "Use structured error types with .map_err() instead"
[[]]
= "anyhow::Context::with_context"
= "Use structured error types with .map_err() instead"