Skip to content

Commit d91390a

Browse files
committed
No-op Rust change to test build
1 parent e9c5725 commit d91390a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/github.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
use std::str::FromStr;
66

7-
use crate::release::{bootstrap_llvm, produce_install_only_stripped};
87
use {
9-
crate::release::{produce_install_only, RELEASE_TRIPLES},
8+
crate::release::{
9+
bootstrap_llvm, produce_install_only, produce_install_only_stripped, RELEASE_TRIPLES,
10+
},
1011
anyhow::{anyhow, Result},
1112
bytes::Bytes,
1213
clap::ArgMatches,

0 commit comments

Comments
 (0)