Skip to content

Commit 9dcfe53

Browse files
committed
lint: Remove unused stuff
1 parent 683757f commit 9dcfe53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

credentialsd/src/dbus/gateway.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ impl From<WebAuthnError> for Error {
602602
mod test {
603603
use credentialsd_common::model::WebAuthnError;
604604

605-
use crate::webauthn::{AppId, NavigationContext, Origin};
605+
use crate::webauthn::{NavigationContext, Origin};
606606

607607
use super::check_origin_from_privileged_client;
608608
fn check_same_origin(origin: &str) -> Result<NavigationContext, WebAuthnError> {

0 commit comments

Comments
 (0)