mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Run cargo fmt on the tree
This commit is contained in:
parent
36dd968c9a
commit
a85539f530
189 changed files with 841 additions and 782 deletions
|
@ -1013,7 +1013,7 @@ mod tests_split_iterator {
|
|||
|
||||
use std::ffi::OsString;
|
||||
|
||||
use env::native_int_str::{from_native_int_representation_owned, Convert, NCvt};
|
||||
use env::native_int_str::{Convert, NCvt, from_native_int_representation_owned};
|
||||
use env::parse_error::ParseError;
|
||||
|
||||
fn split(input: &str) -> Result<Vec<OsString>, ParseError> {
|
||||
|
@ -1250,8 +1250,8 @@ mod test_raw_string_parser {
|
|||
|
||||
use env::{
|
||||
native_int_str::{
|
||||
from_native_int_representation, from_native_int_representation_owned,
|
||||
to_native_int_representation, NativeStr,
|
||||
NativeStr, from_native_int_representation, from_native_int_representation_owned,
|
||||
to_native_int_representation,
|
||||
},
|
||||
string_expander::StringExpander,
|
||||
string_parser,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue