Skip to content

Commit a9ce13b

Browse files
committed
remove unused DEFAULT_TARGET static
1 parent 73eca29 commit a9ce13b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/docbuilder/rustwide_builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ static TARGETS: &[&str] = &[
2626
"x86_64-pc-windows-msvc",
2727
"x86_64-unknown-linux-gnu",
2828
];
29-
static DEFAULT_TARGET: &str = "x86_64-unknown-linux-gnu";
3029

3130
static ESSENTIAL_FILES_VERSIONED: &[&str] = &[
3231
"brush.svg",

0 commit comments

Comments
 (0)