Skip to content

Commit

Permalink
Update crates/store/src/db/sql/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mirko <[email protected]>
  • Loading branch information
polydez and Mirko-von-Leipzig authored Jan 10, 2025
1 parent b6c33b3 commit ac28428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/src/db/sql/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ pub fn select_accounts_by_ids(
/// # Returns
///
/// Account states vector, or an error.
#[allow(dead_code)] // TODO: remove once the function is used
#[expect(dead_code)] // TODO: remove once the function is used
pub fn compute_old_account_states(
conn: &mut Connection,
account_ids: &[AccountId],
Expand Down

0 comments on commit ac28428

Please sign in to comment.