Add pre-commit

This commit is contained in:
2023-09-24 22:37:40 +02:00
parent 0afe3acfcd
commit 452040e83a
51 changed files with 771 additions and 596 deletions

View File

@@ -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;