generated from PlexSheep/rs-base
automatic cargo CI changes
This commit is contained in:
parent
0c603f9e56
commit
d31befe195
|
@ -1,9 +1,6 @@
|
|||
use std::fmt::Display;
|
||||
|
||||
use crate::{
|
||||
config::{cli::Commands, Config},
|
||||
error::*,
|
||||
};
|
||||
use crate::{config::Config, error::*};
|
||||
|
||||
/// Represents a changelog that is currently under construction.
|
||||
#[derive(Clone, Debug)]
|
||||
|
|
Loading…
Reference in New Issue