cargo +nightly fmt

This commit is contained in:
Tadeo hepperle
2023-05-10 14:26:10 +02:00
parent 213bc4c47a
commit a3419a6f44
94 changed files with 326 additions and 259 deletions
+7 -5
View File
@@ -4,11 +4,13 @@
mod error;
use std::borrow::Cow;
use std::collections::HashMap;
use std::ffi::OsString;
use std::io::{BufRead, BufReader, Read};
use std::process::{self, Command};
use std::{
borrow::Cow,
collections::HashMap,
ffi::OsString,
io::{BufRead, BufReader, Read},
process::{self, Command},
};
pub use error::Error;