fmt: clippy and fmt
This commit is contained in:
parent
c3ed7fe02c
commit
4ce3e94c36
3 changed files with 59 additions and 67 deletions
|
@ -252,7 +252,6 @@ async fn update_accounts(pool: &Pool<Sqlite>, config: &Config) {
|
|||
ldap.unbind().unwrap();
|
||||
}
|
||||
|
||||
|
||||
#[derive(Debug, serde::Deserialize)]
|
||||
pub struct Record {
|
||||
#[serde(rename = "MemID")]
|
||||
|
@ -285,4 +284,4 @@ pub fn read_csv(config: &Config) -> Result<Vec<Record>, Box<dyn std::error::Erro
|
|||
}
|
||||
|
||||
Ok(records)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue