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