Skip to content

Commit c26e3a2

Browse files
fix(custom-toolchains): remove unnecessary consecutive blank lines
1 parent 1539dc9 commit c26e3a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/toolchain.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,6 @@ impl<'a> Toolchain<'a> {
590590
}
591591

592592
/// Get the list of installed targets for any toolchain
593-
///
594-
///
595593
pub fn installed_targets(&self) -> anyhow::Result<Vec<TargetTriple>> {
596594
let targets = self
597595
.installed_components()?

0 commit comments

Comments
 (0)