From 2d148b41a9d94c8e6ce5b8f2102a9f262749bd33 Mon Sep 17 00:00:00 2001 From: 335g Date: Thu, 29 Feb 2024 23:05:35 +0900 Subject: [PATCH] valid templates --- rye/src/templates/lib/maturin/lib.rs.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rye/src/templates/lib/maturin/lib.rs.j2 b/rye/src/templates/lib/maturin/lib.rs.j2 index baf9c5b4fe..e0ee798bdb 100644 --- a/rye/src/templates/lib/maturin/lib.rs.j2 +++ b/rye/src/templates/lib/maturin/lib.rs.j2 @@ -1,4 +1,4 @@ -const LIB_RS_TEMPLATE: &str = r#"use pyo3::prelude::*; +use pyo3::prelude::*; /// Prints a message. #[pyfunction]