Skip to content

Commit 010b690

Browse files
committed
fmt
1 parent b64cdd0 commit 010b690

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compiler/rustc_target/src/spec/targets/riscv32gc_unknown_linux_musl.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ pub(crate) fn target() -> Target {
66
Target {
77
llvm_target: "riscv32-unknown-linux-musl".into(),
88
metadata: TargetMetadata {
9-
description: Some(
10-
"RISC-V Linux (kernel 5.4, musl 1.2.5)".into(),
11-
),
9+
description: Some("RISC-V Linux (kernel 5.4, musl 1.2.5)".into()),
1210
tier: Some(3),
1311
host_tools: Some(false),
1412
std: Some(true),

0 commit comments

Comments
 (0)