### Location https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/builtin/static.UNSAFE_OP_IN_UNSAFE_FN.html ### Summary The `{{produces}}` tag is not replaced on this page like it is on https://doc.rust-lang.org/nightly/rustc/lints/listing/allowed-by-default.html#unsafe-op-in-unsafe-fn. ### Significance The `rustc_lint::builtin::*` page is often the first hit on Google for the lint name (especially when written with underscores). ### Background [Documentation for `{{produces}}`](https://github.com/rust-lang/rust/blob/736c675d2ab65bcde6554e1b73340c2dbc27c85a/compiler/rustc_lint_defs/src/lib.rs#L619-L623) [Code that replaces for `{{produces}}`](https://github.com/rust-lang/rust/blob/736c675d2ab65bcde6554e1b73340c2dbc27c85a/src/tools/lint-docs/src/lib.rs#L275-L335)