We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aeb1ca commit 091d367Copy full SHA for 091d367
src/lib.rs
@@ -156,7 +156,7 @@ pub fn GetNavigationMathML(_py: Python) -> PyResult<(String, usize)> {
156
}
157
158
#[pymodule]
159
-fn libmathcat(_py: Python, m: &PyModule) -> PyResult<()> {
+fn libmathcat_py(m: &Bound<'_, PyModule>) -> PyResult<()> {
160
m.add_function(wrap_pyfunction!(SetRulesDir, m)?)?;
161
m.add_function(wrap_pyfunction!(SetMathML, m)?)?;
162
m.add_function(wrap_pyfunction!(GetVersion, m)?)?;
0 commit comments