From c2f8db12fd3e6c9a58566008b2b3ca5881da1db5 Mon Sep 17 00:00:00 2001 From: Clark Gaebel Date: Thu, 25 Sep 2014 18:08:49 -0700 Subject: Added bitflag toggling. --- src/libstd/io/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/io') 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; -- cgit 1.4.1-3-g733a5