generated from PlexSheep/baserepo
acc a doc
This commit is contained in:
parent
cecb07928e
commit
810ffb13e1
|
@ -38,6 +38,7 @@ pub enum Error {
|
|||
IO(std::io::Error),
|
||||
/// Various errors raised when the messenger is used in a wrong way
|
||||
Usage(String),
|
||||
/// Could not assign logger as the global default
|
||||
SetGlobalDefaultFail(SetGlobalDefaultError),
|
||||
}
|
||||
|
||||
|
@ -95,4 +96,3 @@ impl std::fmt::Display for Error {
|
|||
//// PUBLIC FUNCTIONS //////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//// PRIVATE FUNCTIONS /////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Reference in New Issue