about summary refs log tree commit diff
path: root/library/stdarch/examples/hex.rs
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-04-19 10:56:48 +0200
committergnzlbg <gnzlbg@users.noreply.github.com>2019-04-19 11:34:01 +0200
commit173dd114270238c0445ebdca9f4963838253a82f (patch)
tree51d97a583e41cbe5386972a038aa8939c3333b09 /library/stdarch/examples/hex.rs
parentf7560ee7e06759190fa8d18054173e145e3fa744 (diff)
downloadrust-173dd114270238c0445ebdca9f4963838253a82f.tar.gz
rust-173dd114270238c0445ebdca9f4963838253a82f.zip
Merge imports
Diffstat (limited to 'library/stdarch/examples/hex.rs')
-rw-r--r--library/stdarch/examples/hex.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/library/stdarch/examples/hex.rs b/library/stdarch/examples/hex.rs
index 7589578517e..39ea10c7071 100644
--- a/library/stdarch/examples/hex.rs
+++ b/library/stdarch/examples/hex.rs
@@ -35,8 +35,10 @@ extern crate core_arch;
 #[macro_use]
 extern crate quickcheck;
 
-use std::io::{self, Read};
-use std::str;
+use std::{
+    io::{self, Read},
+    str,
+};
 
 #[cfg(target_arch = "x86")]
 use core_arch::x86::*;