2021-06-03 01:41:37 -05:00
|
|
|
avoid-breaking-exported-api = false
|
2023-11-16 12:13:24 -06:00
|
|
|
|
2024-03-08 17:50:46 -06:00
|
|
|
# use the various `clippy_utils::diagnostics::span_lint_*` functions instead, which also add a link to the docs
|
2023-11-16 12:13:24 -06:00
|
|
|
disallowed-methods = [
|
2024-01-15 21:29:28 -06:00
|
|
|
"rustc_lint::context::LintContext::span_lint",
|
2024-03-08 17:50:46 -06:00
|
|
|
"rustc_middle::ty::context::TyCtxt::node_span_lint",
|
2023-11-16 12:13:24 -06:00
|
|
|
]
|