summary refs log tree commit diff
path: root/src/tools/clippy/clippy.toml
blob: 8c405ac6a4e8268eef5cb79a85a376a9926b0e30 (plain)
1
2
3
4
5
6
7
avoid-breaking-exported-api = false

# use the various `span_lint_*` methods instead, which also add a link to the docs
disallowed-methods = [
    "rustc_lint::context::LintContext::span_lint",
    "rustc_middle::ty::context::TyCtxt::node_span_lint"
]