mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
fix/split ~ fix 'edition=2018' trait specification error
This commit is contained in:
parent
3129c8fbe5
commit
131bca3d53
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ struct SplitControl {
|
|||
|
||||
trait Splitter {
|
||||
// Consume the current_line and return the consumed string
|
||||
fn consume(&mut self, &mut SplitControl) -> String;
|
||||
fn consume(&mut self, _: &mut SplitControl) -> String;
|
||||
}
|
||||
|
||||
struct LineSplitter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue