Skip to content

Commit 586d27e

Browse files
committed
clippy fix
1 parent 7dbd302 commit 586d27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/targeting/input.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ impl GetField for Global {
176176
}
177177
}
178178

179-
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
179+
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
180180
#[serde(rename_all = "camelCase")]
181181
/// AdSlot scope, accessible on Supermarket and AdView
182182
pub struct AdSlot {

0 commit comments

Comments
 (0)