Skip to content

Commit edcad02

Browse files
committed
Rename __cargo_script_expr => __rust_script_expr
1 parent 0f80e5e commit edcad02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/consts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fn try_main() -> Result<(), Box<dyn std::error::Error>> {
4141
TypeId::of::<()>() == TypeId::of::<T>()
4242
}
4343
match {#{script}} {
44-
__cargo_script_expr if !_rust_script_is_empty_tuple(&__cargo_script_expr) => println!("{:?}", __cargo_script_expr),
44+
__rust_script_expr if !_rust_script_is_empty_tuple(&__rust_script_expr) => println!("{:?}", __rust_script_expr),
4545
_ => {}
4646
}
4747
Ok(())

0 commit comments

Comments
 (0)