Skip to content

Commit

Permalink
chore: Update error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Feb 22, 2025
1 parent 79e89c8 commit 141102a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/abcrypt/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ pub type Result<T> = result::Result<T, Error>;

#[cfg(test)]
mod tests {
use core::any;

use super::*;

#[test]
Expand Down Expand Up @@ -718,8 +720,6 @@ mod tests {

#[test]
fn result_type() {
use core::any;

assert_eq!(
any::type_name::<Result<()>>(),
any::type_name::<result::Result<(), Error>>()
Expand Down

0 comments on commit 141102a

Please sign in to comment.