diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2019-04-19 10:56:48 +0200 |
|---|---|---|
| committer | gnzlbg <gnzlbg@users.noreply.github.com> | 2019-04-19 11:34:01 +0200 |
| commit | 173dd114270238c0445ebdca9f4963838253a82f (patch) | |
| tree | 51d97a583e41cbe5386972a038aa8939c3333b09 /library/stdarch/examples/hex.rs | |
| parent | f7560ee7e06759190fa8d18054173e145e3fa744 (diff) | |
| download | rust-173dd114270238c0445ebdca9f4963838253a82f.tar.gz rust-173dd114270238c0445ebdca9f4963838253a82f.zip | |
Merge imports
Diffstat (limited to 'library/stdarch/examples/hex.rs')
| -rw-r--r-- | library/stdarch/examples/hex.rs | 6 |
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::*; |
