mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
9fe0d25fcb
Correctly escape hashtags when running `invalid_rust_codeblocks` lint Fixes #136899. We forgot to use `map_line` when we wrote this lint. r? ``@notriddle``