Skip to content

Commit 716fbcb

Browse files
committed
fix: more clippy warnings
1 parent 4443bfd commit 716fbcb

File tree

1 file changed

+3
-3
lines changed
  • packages/sdk-platforms/rust/zksync-sso-erc4337/crates/zksync-sso-erc4337-ffi-web/src

1 file changed

+3
-3
lines changed

packages/sdk-platforms/rust/zksync-sso-erc4337/crates/zksync-sso-erc4337-ffi-web/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2977,6 +2977,9 @@ impl Client {
29772977
}
29782978
}
29792979

2980+
// Re-export session functions from account module
2981+
pub use account::modular_smart_account::session::list::get_active_sessions_wasm;
2982+
29802983
#[cfg(test)]
29812984
mod tests {
29822985
use super::*;
@@ -3336,6 +3339,3 @@ mod tests {
33363339
}
33373340
}
33383341
}
3339-
3340-
// Re-export session functions from account module
3341-
pub use account::modular_smart_account::session::list::get_active_sessions_wasm;

0 commit comments

Comments
 (0)