Skip to content

Commit abd0595

Browse files
committed
Allow clippy::too_many_arguments
1 parent 98897de commit abd0595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/src/fvm/machine.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ pub struct TraceReturn {
395395
pub codec: u64,
396396
}
397397

398+
#[allow(clippy::too_many_arguments)]
398399
fn build_lotus_trace(
399400
from: u64,
400401
to: Address,

0 commit comments

Comments
 (0)