mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +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_right_matches(inner) => s.trim_end_matches(inner));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue