Skip to content

Commit

Permalink
fix: build, allow dead code still
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed May 31, 2024
1 parent 375247a commit 493275c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fn gen_key() -> PyResult<Vec<u8>> {
}

#[pyclass]
#[allow(dead_code)]
struct Gcm(Aes256Gcm);

#[pymodule]
Expand Down

0 comments on commit 493275c

Please sign in to comment.