Skip to content

Commit

Permalink
Cargo clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Oct 15, 2024
1 parent ecf7565 commit b691160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions massa-ledger-exports/src/ledger_changes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -839,9 +839,9 @@ impl LedgerChanges {
/// and optionally if a datastore key write also exists in the address's datastore.
/// Notes:
/// - A ledger entry could be written to without any changes on the values associated,
/// for example if the value was changed multiple times in the same slot.
/// for example if the value was changed multiple times in the same slot.
/// - This code assumes Delete cannot be shadowed by Set operations in the same slot, which may not be the case
/// when / if we allow full entry Delete given the current LedgerChanges::Delete handling. In that case, a rework may be necessary.
/// when / if we allow full entry Delete given the current LedgerChanges::Delete handling. In that case, a rework may be necessary.
///
/// # Arguments
/// * `addr`: target address
Expand Down

0 comments on commit b691160

Please sign in to comment.