Skip to content

Commit 23a6852

Browse files
committed
Update test
1 parent e2144a2 commit 23a6852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust_files.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ fn sum_as_string(a: usize, b: usize) -> PyResult<String> {{
218218
}}
219219
220220
#[pymodule]
221-
fn _{}(_py: Python, m: &PyModule) -> PyResult<()> {{
221+
fn _{}(_py: Python, m: &Bound<'_, PyModule>) -> PyResult<()> {{
222222
m.add_function(wrap_pyfunction!(sum_as_string, m)?)?;
223223
Ok(())
224224
}}

0 commit comments

Comments
 (0)