2021-05-06 15:43:19 -05:00
|
|
|
avoid-breaking-exported-api = false
|
2023-11-14 20:20:04 -06: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"
|
|
|
|
]
|