From abd8ad5fd2c1e014633ccd83fd0f4de01b5e7a28 Mon Sep 17 00:00:00 2001 From: SavagePeanut Date: Sun, 30 Jul 2023 15:53:19 -0500 Subject: rename to slidge_style_parser --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index f728b7c..35ebc12 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -211,7 +211,7 @@ fn get_block_indicator_size(keyword: char) -> usize { } #[pymodule] -fn style_parser(_py: Python, m: &PyModule) -> PyResult<()> { +fn slidge_style_parser(_py: Python, m: &PyModule) -> PyResult<()> { m.add_function(wrap_pyfunction!(format_body, m)?)?; Ok(()) } -- cgit v1.2.3