mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
8 lines
265 B
TOML
8 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"
|
|
]
|