From 49158c0ae1e0ddc4ab7642557181d5263032a490 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Fri, 20 Jan 2023 14:08:23 +0800 Subject: [PATCH] Update lib.rs --- libs/DR-rs/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {