sed -i -s 's/\bmod,/self,/g' **/*.rs
This commit is contained in:
parent
c6c786671d
commit
56dcbd17fd
178 changed files with 291 additions and 291 deletions
|
@ -450,10 +450,10 @@ mod tests {
|
|||
|
||||
use clone::Clone;
|
||||
use iter::IteratorExt;
|
||||
use option::Option::{mod, Some, None};
|
||||
use option::Option::{self, Some, None};
|
||||
use path::GenericPath;
|
||||
use slice::{AsSlice, SliceExt};
|
||||
use str::{mod, Str, StrExt};
|
||||
use str::{self, Str, StrExt};
|
||||
use string::ToString;
|
||||
use vec::Vec;
|
||||
|
||||
|
|
|
@ -1125,7 +1125,7 @@ mod tests {
|
|||
|
||||
use clone::Clone;
|
||||
use iter::IteratorExt;
|
||||
use option::Option::{mod, Some, None};
|
||||
use option::Option::{self, Some, None};
|
||||
use path::GenericPath;
|
||||
use slice::{AsSlice, SliceExt};
|
||||
use str::Str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue