Skip to content

Commit

Permalink
feat: unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Blindspot22 committed Nov 21, 2024
1 parent 4463b8c commit 0bfe0d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/database/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(unused_imports)]

use async_trait::async_trait;
use cocoon::MiniCocoon;
use mongodb::{
Expand Down
2 changes: 2 additions & 0 deletions crates/keystore/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(unused_imports)]

use async_trait::async_trait;
use database::{Identifiable, Repository, RepositoryError};
use did_utils::jwk::{Bytes, Jwk};
Expand Down

0 comments on commit 0bfe0d9

Please sign in to comment.