aboutsummaryrefslogtreecommitdiff
path: root/libcore/fmt/builders.rs
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-04-29 21:16:15 +0300
committerpravic <[email protected]>2016-04-29 21:16:15 +0300
commit77e9a3167b4aaadf3583a0c1d1ee0d9e63c9a000 (patch)
tree710e445d56a1a582b8eff19b7b4b180276eae122 /libcore/fmt/builders.rs
parenttweak: /driver option specifies /fixed:no implicitly as well (diff)
downloadkmd-env-rs-77e9a3167b4aaadf3583a0c1d1ee0d9e63c9a000.tar.xz
kmd-env-rs-77e9a3167b4aaadf3583a0c1d1ee0d9e63c9a000.zip
update libcore to 2016-04-29 nightly
Diffstat (limited to 'libcore/fmt/builders.rs')
-rw-r--r--libcore/fmt/builders.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcore/fmt/builders.rs b/libcore/fmt/builders.rs
index d337463..6cac80a 100644
--- a/libcore/fmt/builders.rs
+++ b/libcore/fmt/builders.rs
@@ -9,7 +9,7 @@
// except according to those terms.
use prelude::v1::*;
-use fmt::{self, Write, FlagV1};
+use fmt::{self, FlagV1};
struct PadAdapter<'a, 'b: 'a> {
fmt: &'a mut fmt::Formatter<'b>,