forked from jmug/stoatchat
refactor: solve clippy hints
This commit is contained in:
@@ -128,6 +128,7 @@ auto_derived!(
|
||||
}
|
||||
);
|
||||
|
||||
#[allow(clippy::disallowed_methods)]
|
||||
impl Server {
|
||||
/// Create a server
|
||||
pub async fn create(&self, db: &Database) -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user