mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
7 lines
265 B
TOML
7 lines
265 B
TOML
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::struct_span_lint",
|
|
"rustc_middle::ty::context::TyCtxt::struct_span_lint_hir"
|
|
]
|