mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
rustfmt rewrite_rules.rs
This commit is contained in:
parent
08a2cd0fc8
commit
78624a53ee
1 changed files with 0 additions and 1 deletions
|
@ -15,4 +15,3 @@ fn trim_left_matches_to_start<P: FnMut(char) -> bool>(s: &str, inner: P) {
|
||||||
replace!(s.trim_left_matches(inner) => s.trim_start_matches(inner));
|
replace!(s.trim_left_matches(inner) => s.trim_start_matches(inner));
|
||||||
replace!(s.trim_right_matches(inner) => s.trim_end_matches(inner));
|
replace!(s.trim_right_matches(inner) => s.trim_end_matches(inner));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue