clippy --fix
This commit is contained in:
parent
fa1f476ca7
commit
c6c50badcd
2 changed files with 1 additions and 10 deletions
|
@ -1,15 +1,8 @@
|
|||
use chrono::{DateTime, Local, TimeZone};
|
||||
use chrono::{DateTime, Local};
|
||||
use db::create_db;
|
||||
use inquire::{CustomType, DateSelect, Select};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_json::Value;
|
||||
use std::collections::HashMap;
|
||||
use std::error::Error;
|
||||
use std::fs::File;
|
||||
use std::io::BufReader;
|
||||
use std::path::Path;
|
||||
use strum::EnumIter;
|
||||
use strum::IntoEnumIterator;
|
||||
use strum_macros::Display;
|
||||
use util::gather_ingestion_data;
|
||||
|
||||
|
|
|
@ -6,9 +6,7 @@ use std::error::Error;
|
|||
use std::fs::File;
|
||||
use std::io::BufReader;
|
||||
use std::path::Path;
|
||||
use strum::EnumIter;
|
||||
use strum::IntoEnumIterator;
|
||||
use strum_macros::Display;
|
||||
|
||||
use crate::{SubstanceEntry, Unit};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue