Skip to content

Commit

Permalink
Remove duplicated allow(dead_code) attribute
Browse files Browse the repository at this point in the history
Accidentally added in #1552
  • Loading branch information
tarcieri authored and Amanieu committed Apr 13, 2024
1 parent 841733a commit 9814fb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/intrinsic-test/src/json_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ struct ReturnType {
#[serde(untagged, deny_unknown_fields)]
pub enum ArgPrep {
Register {
#[allow(dead_code)]
#[serde(rename = "register")]
#[allow(dead_code)]
reg: String,
Expand Down

0 comments on commit 9814fb0

Please sign in to comment.