rust-clippy/clippy.toml

8 lines
265 B
TOML
Raw Normal View History

2021-05-07 04:43:19 +08:00
avoid-breaking-exported-api = false
2023-11-15 10:20:04 +08:00
# use the various `span_lint_*` methods instead, which also add a link to the docs
disallowed-methods = [
"rustc_lint::context::LintContext::struct_span_lint",
"rustc_middle::ty::context::TyCtxt::struct_span_lint_hir"
]