feat: allow dead code
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-05 22:05:17 +02:00
parent cdeefba39a
commit 491ec81298
4 changed files with 4 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ use serde_json::json;
#[derive(Debug, Deserialize)]
pub struct ZitadelAuthParams {
#[allow(dead_code)]
return_url: Option<String>,
}