Clippy, warnings fix
This commit is contained in:
@@ -24,7 +24,7 @@ impl TestClient {
|
||||
impl APIInterface for TestClient {
|
||||
type Error = TestError;
|
||||
|
||||
async fn authenticate(&mut self, credentials: Credentials) -> Result<JwtToken, Self::Error> {
|
||||
async fn authenticate(&mut self, _credentials: Credentials) -> Result<JwtToken, Self::Error> {
|
||||
Ok(JwtToken::dummy())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user