about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-11-22 08:30:23 +0000
committerbors <bors@rust-lang.org>2020-11-22 08:30:23 +0000
commit20328b532336017213ccb4095740955d81060ebc (patch)
treefe55c65dae0b7aa9fa65c6bb6ef3d8e9f926bdd0 /compiler/rustc_codegen_llvm/src
parent8ca930aa262c04a898cf64155e40a6de3ec9ba9e (diff)
parentae17d7d455842576f4a4bdb6759be9df9a859635 (diff)
downloadrust-20328b532336017213ccb4095740955d81060ebc.tar.gz
rust-20328b532336017213ccb4095740955d81060ebc.zip
Auto merge of #79275 - integer32llc:doc-style, r=jonas-schievink
More consistently use spaces after commas in lists in docs

This PR changes instances of lists that didn't use spaces after commas, like `vec![1,2,3]`, to `vec![1, 2, 3]` to be more consistent with idiomatic Rust style (the way these were looks strange to me, especially because there are often lists that *do* use spaces after the commas later in the same code block 😬).

I noticed one of these in an example in the stdlib docs and went looking for more, but as far as I can see, I'm only changing those spots in user-facing documentation or rustc output, and the changes make no semantic difference.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions