Skip to content

Commit

Permalink
chore(compaction_filter): clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
developerfred committed Jan 18, 2021
1 parent aaa49ce commit f37377a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compaction_filter.rs
Expand Up @@ -137,7 +137,7 @@ where
Change(newval) => {
*new_value = newval.as_ptr() as *mut c_char;
*new_value_length = newval.len() as size_t;
*value_changed = 1 as c_uchar;
*value_changed = 1_u8;
0
}
}
Expand Down

0 comments on commit f37377a

Please sign in to comment.