diff options
| author | SavagePeanut <sourcehut@lazytapir.com> | 2023-07-30 15:53:19 -0500 |
|---|---|---|
| committer | SavagePeanut <sourcehut@lazytapir.com> | 2023-07-30 16:13:54 -0500 |
| commit | abd8ad5fd2c1e014633ccd83fd0f4de01b5e7a28 (patch) | |
| tree | a98de62624a42cd076d81d7e5772bad0443a59a3 /src | |
| parent | f290f20011d6ccafe8a4f0adaaab0c157a2c0107 (diff) | |
rename to slidge_style_parser
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(()) } |
