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 std::fmt::Display;
|
||||||
|
|
||||||
use crate::{
|
use crate::{config::Config, error::*};
|
||||||
config::{cli::Commands, Config},
|
|
||||||
error::*,
|
|
||||||
};
|
|
||||||
|
|
||||||
/// Represents a changelog that is currently under construction.
|
/// Represents a changelog that is currently under construction.
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
|
|
Loading…
Reference in New Issue