Skip to content

Commit 7e9f817

Browse files
author
Bennett Hardwick
committed
Update
1 parent c54e8fe commit 7e9f817

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/ui/various-fields.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ struct Crazy {
2121
#[cryptonamo(query = "exact")]
2222
ct_e: bool,
2323
#[cryptonamo(query = "exact")]
24-
ct_f: u64,
25-
#[cryptonamo(query = "exact")]
26-
ct_g: u32,
27-
#[cryptonamo(query = "exact")]
28-
ct_h: u16,
24+
ct_h: u64,
2925

3026
#[cryptonamo(plaintext)]
3127
pt_a: i64,

0 commit comments

Comments
 (0)