about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-02-14 11:31:35 -0500
committerJoshua Nelson <jyn514@gmail.com>2021-02-14 11:31:35 -0500
commitc58386012623d6f3940f28451d2e7088bce6ae58 (patch)
treeb74369118466985f25f928c0387efe5844b5621a /compiler/rustc_codegen_llvm/src
parent9a1d6174c925f54c923599e29b09d6855e6b3a78 (diff)
downloadrust-c58386012623d6f3940f28451d2e7088bce6ae58.tar.gz
rust-c58386012623d6f3940f28451d2e7088bce6ae58.zip
Remove unnecessary `Option` in `default_doc`
Previously, there two different ways to encode the same info: `None` or
`Some(&[])`. Now there is only one way, `&[]`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions