Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zowens committed May 27, 2024
1 parent 56ab39b commit 938eada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![allow(clippy::uninit_assumed_init)]
extern crate rustc_version;

use rustc_version::{Version, version};
use rustc_version::{version, Version};
use std::io::Write;
use std::path::Path;
use std::{io, ops};
Expand Down

0 comments on commit 938eada

Please sign in to comment.