automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-01-27 22:50:10 +00:00 committed by github-actions[bot]
parent 0c603f9e56
commit d31befe195
1 changed files with 1 additions and 4 deletions

View File

@ -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)]