2021-06-03 06:41:37 +00:00
|
|
|
avoid-breaking-exported-api = false
|
2023-11-16 18:13:24 +00:00
|
|
|
|
2024-07-05 22:51:58 +00:00
|
|
|
[[disallowed-methods]]
|
|
|
|
path = "rustc_lint::context::LintContext::lint"
|
|
|
|
reason = "this function does not add a link to our documentation, please use the `clippy_utils::diagnostics::span_lint*` functions instead"
|
|
|
|
|
2024-03-09 18:40:39 +00:00
|
|
|
[[disallowed-methods]]
|
|
|
|
path = "rustc_lint::context::LintContext::span_lint"
|
|
|
|
reason = "this function does not add a link to our documentation, please use the `clippy_utils::diagnostics::span_lint*` functions instead"
|
|
|
|
|
|
|
|
[[disallowed-methods]]
|
|
|
|
path = "rustc_middle::ty::context::TyCtxt::node_span_lint"
|
|
|
|
reason = "this function does not add a link to our documentation, please use the `clippy_utils::diagnostics::span_lint_hir*` functions instead"
|