Skip to content

Commit

Permalink
chore: clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Apr 25, 2024
1 parent 1f6a1c1 commit 9d914fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miden-tx/src/executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl<D: DataStore> TransactionExecutor<D> {
}

/// Enables tracing for the created instance of [TransactionExecutor].
///
///
/// When tracing is enabled, the executor will receive tracing events as various stages of the
/// transaction kernel complete. This enables collecting basic stats about how long different
/// stages of transaction execution take.
Expand Down

0 comments on commit 9d914fe

Please sign in to comment.