clippy: allow unused generic parameter
This commit is contained in:
@@ -314,6 +314,7 @@ pub(crate) struct InMemStorage;
|
||||
#[cfg(test)]
|
||||
impl InMemStorage {
|
||||
#[allow(unused)]
|
||||
#[allow(clippy::extra_unused_type_parameters)]
|
||||
async fn init<P: AsRef<Path> + Send>() -> Result<Self, StorageError> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user