about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/allocator.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-05-25 13:05:17 +0200
committerGitHub <noreply@github.com>2021-05-25 13:05:17 +0200
commitafec7261bc97a4b0467c92d9a3eb1964d594d872 (patch)
tree7d6a415a789226813e67b47b6abd518a5ce99706 /compiler/rustc_codegen_llvm/src/allocator.rs
parentaa8c37d2c90f8fef46863a4461bf704ec86c47ed (diff)
parent08e7c6ba6f1174298254198d6632807590acfec2 (diff)
downloadrust-afec7261bc97a4b0467c92d9a3eb1964d594d872.tar.gz
rust-afec7261bc97a4b0467c92d9a3eb1964d594d872.zip
Rollup merge of #85657 - kpreid:brackets, r=jyn514
Remove doubled braces in non_exhaustive structs’ documentation text.

In commit 4b806878549990d2ad2aa3c265751d3d89947cdf (part of Rust 1.52.1) many calls to `write!(w,` were replaced with `w.write_str(`, but this one contained braces that were doubled to escape them when taken as a format string, and so changing the call without changing the text caused them to become doubled in the final HTML output.

I examined `print_item.rs` and the diff of that prior commit for any other occurrences of this mistake and I did not find any.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/allocator.rs')
0 files changed, 0 insertions, 0 deletions