Skip to content

Commit

Permalink
style: Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
cvauclair committed Dec 4, 2024
1 parent 4b1b01e commit cf65b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/src/bootstrap/bootstrap_templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub struct Template {
name: String,
blocks: Vec<grc20::Triple>,
types: Vec<String>,
#[allow(dead_code)]
foreign_types: Vec<String>,
additional_data: Vec<grc20::Triple>,
}
Expand Down

0 comments on commit cf65b92

Please sign in to comment.