diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/info.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info.rs b/src/info.rs index b0e9038..c3fa0a9 100644 --- a/src/info.rs +++ b/src/info.rs @@ -66,7 +66,7 @@ pub fn r_style() -> (ContentType, String) { #[macro_export] macro_rules! s_file { ($path: literal) => { - include_str!($path).to_string(), + include_str!($path).to_string() }; } #[cfg(debug_assertions)] |