Skip to content

Commit 9c96cf9

Browse files
committed
Refactor
1 parent a8bbe59 commit 9c96cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macro/src/dialect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub fn generate_dialect(input: DialectInput) -> Result<TokenStream, Box<dyn std:
5858

5959
if input.files().count() > 0 {
6060
parser = parser.add_source(&input.files().fold(String::new(), |source, path| {
61-
source + r#"include""# + path + "\""
61+
source + "include \"" + path + "\""
6262
}))?;
6363
}
6464

0 commit comments

Comments
 (0)