diff --git a/src/comment.rs b/src/comment.rs index 960646c..7e2de53 100644 --- a/src/comment.rs +++ b/src/comment.rs @@ -15,12 +15,13 @@ * along with this program. If not, see . */ //! Comments associated to an issue or a pull/merge request within the repository of a forge -//! (Gitea, GitLab, etc.).", +//! (Gitea, GitLab, etc.) use serde::{Deserialize, Serialize}; use crate::Reaction; -/// Comments associated to an issue or a pull/merge request within the repository of a forge (Gitea, GitLab, etc.).", +/// Comments associated to an issue or a pull/merge request within the repository of a forge +/// (Gitea, GitLab, etc.) #[derive(Clone, Debug, Serialize, Deserialize, Default, Eq, PartialEq)] pub struct Comment { /// Unique identifier of the issue or pull/merge request containing the comment