diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-09-29 08:12:14 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-09-29 08:12:14 -0700 |
| commit | 5fae40c33ac098fa28af33122eee179e8a40e494 (patch) | |
| tree | eef7cd7d44c0c630d19aab33b3ec07522e50e4bc /src/libstd/io | |
| parent | 01c25e6c7bb0b40eace6f05bbb9f9bb017a36b3a (diff) | |
| parent | c2f8db12fd3e6c9a58566008b2b3ca5881da1db5 (diff) | |
| download | rust-5fae40c33ac098fa28af33122eee179e8a40e494.tar.gz rust-5fae40c33ac098fa28af33122eee179e8a40e494.zip | |
rollup merge of #17548 : cgaebel/master
Diffstat (limited to 'src/libstd/io')
| -rw-r--r-- | src/libstd/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index 81e05648567..444372e3c4f 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -229,7 +229,7 @@ use int; use iter::Iterator; use libc; use mem::transmute; -use ops::{BitOr, BitAnd, Sub, Not}; +use ops::{BitOr, BitXor, BitAnd, Sub, Not}; use option::{Option, Some, None}; use os; use boxed::Box; |
