We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74a46a7 + 7ff8716 commit 8c20739Copy full SHA for 8c20739
clippy_lints/src/doc.rs
@@ -508,7 +508,7 @@ struct DocHeaders {
508
509
fn check_attrs(cx: &LateContext<'_>, valid_idents: &FxHashSet<String>, attrs: &[Attribute]) -> Option<DocHeaders> {
510
/// We don't want the parser to choke on intra doc links. Since we don't
511
- /// actually care about rendering them, just pretend that all broken links are
+ /// actually care about rendering them, just pretend that all broken links
512
/// point to a fake address.
513
#[expect(clippy::unnecessary_wraps)] // we're following a type signature
514
fn fake_broken_link_callback<'a>(_: BrokenLink<'_>) -> Option<(CowStr<'a>, CowStr<'a>)> {
0 commit comments