Skip to content

Commit

Permalink
Simplify error_data usage
Browse files Browse the repository at this point in the history
Co-authored-by: MOZGIII <[email protected]>
  • Loading branch information
dmitrylavrenov and MOZGIII authored Sep 16, 2024
1 parent 91e7f3a commit 469136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bioauth-flow-rpc/src/errors/authenticate_v2.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! The `authenticate_v2` method error.

use super::shared;
use crate::error_data::{self};
use crate::error_data;

/// The `authenticate_v2` method error kinds.
#[derive(Debug)]
Expand Down

0 comments on commit 469136f

Please sign in to comment.