We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f80e5e commit edcad02Copy full SHA for edcad02
src/consts.rs
@@ -41,7 +41,7 @@ fn try_main() -> Result<(), Box<dyn std::error::Error>> {
41
TypeId::of::<()>() == TypeId::of::<T>()
42
}
43
match {#{script}} {
44
- __cargo_script_expr if !_rust_script_is_empty_tuple(&__cargo_script_expr) => println!("{:?}", __cargo_script_expr),
+ __rust_script_expr if !_rust_script_is_empty_tuple(&__rust_script_expr) => println!("{:?}", __rust_script_expr),
45
_ => {}
46
47
Ok(())
0 commit comments