fix master fmt

This commit is contained in:
Marcel Märtens 2023-05-05 18:26:14 +02:00
parent cd7d889c13
commit 6a8f10bf41

View File

@ -12,7 +12,6 @@ pub enum AdminRole {
Admin = 1,
}
impl core::str::FromStr for AdminRole {
type Err = &'static str;