1
0
Evan Almloff 3 жил өмнө
parent
commit
cf2f504d77

+ 1 - 1
packages/rsx_interpreter/src/lib.rs

@@ -85,7 +85,7 @@ macro_rules! get_line_num {
         let line = line!();
         let column = column!();
         let file_path = file!().to_string();
-        let mut crate_path = env!("CARGO_MANIFEST_DIR").to_string();
+        let crate_path = env!("CARGO_MANIFEST_DIR").to_string();
 
         CodeLocation {
             crate_path,