chore: format

This commit is contained in:
naskya 2024-07-26 03:13:00 +09:00
parent e63daa4b34
commit 3fb719a9f6
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
2 changed files with 4 additions and 4 deletions

View file

@ -22,10 +22,10 @@ use quote::quote;
/// #[doc = "database error"]
/// Db(#[from] sea_orm::DbErr)
/// }
///
///
/// # }, {
/// /******* the code above expands to *******/
///
///
/// pub enum Error {
/// #[error("config file name is not set")]
/// #[doc = "config file name is not set"]

View file

@ -80,9 +80,9 @@ define_wrapper_proc_macro_attributes! {
/// and generates a document based on error messages unless there is already a doc comment
///
/// See [`macros_impl::error::error_variants`] for more details.
///
///
/// # Example
///
///
/// ```
/// # use std::io;
/// #[macros::errors]