### Summary See title ### Reproducer I tried this code: ```toml [lints.clippy] pedantic = "deny" doc_markdown = { level = "deny", doc_valid_idents = ["GHz", ".."] } ``` ```rust //! GHz ``` I expected to see this happen: A clean build Instead, this happened: I still see the error on the `GHz` in my doc comment ### Version ```text ❯ rustc -Vv rustc 1.74.0-nightly (58eefc33a 2023-08-24) binary: rustc commit-hash: 58eefc33adf769a1abe12ad94b3e6811185b4ce5 commit-date: 2023-08-24 host: x86_64-unknown-linux-gnu release: 1.74.0-nightly LLVM version: 17.0.0 ``` ### Additional Labels _No response_