refactor: cargo clippy -- -D warnings
This commit is contained in:
parent
96766f116f
commit
6f6209ee7c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ fn main() -> Result<()> {
|
|||
.map(|x| {
|
||||
format!(
|
||||
"{} {}",
|
||||
extract_date_time(&x.to_string()).first().unwrap(),
|
||||
extract_date_time(x).first().unwrap(),
|
||||
extract_message(x)
|
||||
)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue