reduce useless compiler warnings

This commit is contained in:
2025-07-24 11:23:32 +02:00
parent b7cc01ff1c
commit d64f6f61ba

View File

@@ -795,6 +795,7 @@ macro_rules! special_user {
} }
impl $name { impl $name {
#[allow(dead_code)]
pub fn into_inner(self) -> User { pub fn into_inner(self) -> User {
self.user self.user
} }