mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Add pre-commit
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
use std::fmt;
|
||||
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct CallbackQueryParseError;
|
||||
|
||||
@@ -12,7 +11,6 @@ impl fmt::Display for CallbackQueryParseError {
|
||||
|
||||
impl std::error::Error for CallbackQueryParseError {}
|
||||
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct CommandParseError;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user