Skip to content

Commit 297bcd2

Browse files
committed
fix: unused imports
1 parent afd1444 commit 297bcd2

File tree

1 file changed

+1
-0
lines changed
  • crates/web-plugins/did-endpoint/src

1 file changed

+1
-0
lines changed

crates/web-plugins/did-endpoint/src/web.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#[allow(unused_imports)]
12
use crate::{plugin::DidEndPointState, util};
23
use axum::{
34
extract::{Query, State},

0 commit comments

Comments
 (0)