]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/ops.rs
sed -i -s 's/\bmod,/self,/g' **/*.rs
[rust.git] / src / libcore / ops.rs
index bef91dbd7604733c17a1841d248cd3131fa473a5..7a689bec6cfa412c2e60f17b005bf9344d1ce22b 100644 (file)
@@ -62,7 +62,7 @@
 use clone::Clone;
 use iter::{Step, Iterator,DoubleEndedIterator,ExactSizeIterator};
 use kinds::Sized;
-use option::Option::{mod, Some, None};
+use option::Option::{self, Some, None};
 
 /// The `Drop` trait is used to run some code when a value goes out of scope. This
 /// is sometimes called a 'destructor'.