We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706c48b commit 7ff8716Copy full SHA for 7ff8716
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