sed -i -s 's/\bmod,/self,/g' **/*.rs

This commit is contained in:
Jorge Aparicio
2015-01-03 22:42:21 -05:00
parent c6c786671d
commit 56dcbd17fd
178 changed files with 291 additions and 291 deletions

View File

@@ -16,8 +16,8 @@ use self::ExponentFormat::*;
use self::SignificantDigits::*;
use self::SignFormat::*;
use char::{mod, Char};
use num::{mod, Int, Float, ToPrimitive};
use char::{self, Char};
use num::{self, Int, Float, ToPrimitive};
use num::FpCategory as Fp;
use ops::FnMut;
use slice::SliceExt;