2021-06-03 08:41:37 +02:00
|
|
|
avoid-breaking-exported-api = false
|
2023-11-16 19:13:24 +01:00
|
|
|
|
|
|
|
# use the various `span_lint_*` methods instead, which also add a link to the docs
|
|
|
|
disallowed-methods = [
|
2024-01-16 14:29:28 +11:00
|
|
|
"rustc_lint::context::LintContext::span_lint",
|
2024-01-16 16:14:33 +11:00
|
|
|
"rustc_middle::ty::context::TyCtxt::node_span_lint"
|
2023-11-16 19:13:24 +01:00
|
|
|
]
|