chore: format
This commit is contained in:
parent
e63daa4b34
commit
3fb719a9f6
2 changed files with 4 additions and 4 deletions
|
@ -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"]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue