Skip to content

Commit

Permalink
Fix nightly clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
tlepoint committed Feb 11, 2024
1 parent 02bfe53 commit 0c14a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fhe/examples/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub fn number_elements_per_plaintext(

#[allow(dead_code)]
pub fn encode_database(
database: &Vec<Vec<u8>>,
database: &[Vec<u8>],
par: Arc<bfv::BfvParameters>,
level: usize,
) -> (Vec<bfv::Plaintext>, (usize, usize)) {
Expand Down

0 comments on commit 0c14a21

Please sign in to comment.