refactor: solve clippy hints

This commit is contained in:
Paul Makles
2023-08-27 11:23:02 +01:00
parent 5372296dc0
commit c2412190a8
5 changed files with 15 additions and 5 deletions

View File

@@ -128,6 +128,7 @@ auto_derived!(
}
);
#[allow(clippy::disallowed_methods)]
impl Server {
/// Create a server
pub async fn create(&self, db: &Database) -> Result<()> {