diff options
| author | Clark Gaebel <cgaebel@mozilla.com> | 2014-09-25 18:08:49 -0700 |
|---|---|---|
| committer | Clark Gaebel <cgaebel@mozilla.com> | 2014-09-25 18:08:49 -0700 |
| commit | c2f8db12fd3e6c9a58566008b2b3ca5881da1db5 (patch) | |
| tree | d9eba859f5a7ce27d44b7c4024bf15c55afd5119 /src/libstd/io | |
| parent | 2550243b4183783e463fbb0bc141ab77f2898e64 (diff) | |
| download | rust-c2f8db12fd3e6c9a58566008b2b3ca5881da1db5.tar.gz rust-c2f8db12fd3e6c9a58566008b2b3ca5881da1db5.zip | |
Added bitflag toggling.
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 ff508c802d8..694948bfd38 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; |
