diff --git a/libs/DR-rs/src/lib.rs b/libs/DR-rs/src/lib.rs index 72f880e..92adf16 100644 --- a/libs/DR-rs/src/lib.rs +++ b/libs/DR-rs/src/lib.rs @@ -1,5 +1,5 @@ use pyo3::prelude::*; -#[allow(non_snake_case)] + /// Formats the sum of two numbers as string. #[pyfunction] fn sum_as_string(a: usize, b: usize) -> PyResult {