Skip to content

Commit

Permalink
Allow clippy for traces file
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerTaule committed Jan 31, 2025
1 parent 9605ed7 commit eb4c086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/assets/templates/pil_helpers_trace.rs.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// WARNING: This file has been autogenerated from the PILOUT file.
// Manual modifications are not recommended and may be overwritten.
#![allow(non_snake_case)]
#![allow(clippy::all)]

use proofman_common as common;
pub use proofman_macros::trace;
Expand Down

0 comments on commit eb4c086

Please sign in to comment.