aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.rs
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2021-08-17 23:10:52 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2021-08-17 23:10:52 +0200
commitfb6b634de37e38fd1821f2cf9228df176f9526f5 (patch)
tree98fce2cdd9c124d72f078e40ba50e47bbef2d4ea /build.rs
parentbd9bce8531b5d694930a47bad17cbcd2f0a3d4de (diff)
downloadmini-kvm-rs-fb6b634de37e38fd1821f2cf9228df176f9526f5.tar.gz
mini-kvm-rs-fb6b634de37e38fd1821f2cf9228df176f9526f5.zip
cargo fmt + added fmt::skip attributes
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index fa1bef2..c710dfc 100644
--- a/build.rs
+++ b/build.rs
@@ -1,6 +1,6 @@
use std::env;
-use std::path::Path;
use std::io::Write;
+use std::path::Path;
fn main() {
// Generate KVM constants from the system header <linux/kvm.h>.