Skip to content

Commit

Permalink
turned off warning
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jul 17, 2024
1 parent 9ee5e14 commit 19b1028
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ pub(crate) fn altrios_api(attr: TokenStream, item: TokenStream) -> TokenStream {
let py_impl_block = quote! {
#[pymethods]
#[cfg(feature="pyo3")]
#[allow(non_snake_case)]
/// Implement methods exposed and used in Python via PyO3
impl #ident {
#py_impl_block
Expand Down

0 comments on commit 19b1028

Please sign in to comment.