0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-03-09 21:47:00 -04:00
rusty-v8/examples
Yuri Astrakhan 7b0ee753ff
chore: cleanup format args (#1688)
* chore: cleanup format args

Apply [`uninlined_format_args`](https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args) clippy lint -- makes code a bit more readable.

* chore: cleanup format args

Manually clean up [`uninlined_format_args`](https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args) clippy lint.  Some of these changes cause about 5% performance improvements because `format!("{}", &var)` does not need a reference and cannot be optimized by the compiler (but in thees cases the perf difference is less important)
2025-02-10 10:58:00 -08:00
..
android chore: cleanup format args (#1688) 2025-02-10 10:58:00 -08:00
count-hosts.js Add examples (#475) 2020-10-16 11:15:16 -04:00
cppgc-object.rs chore: cleanup format args (#1688) 2025-02-10 10:58:00 -08:00
cppgc.rs chore: cleanup format args (#1688) 2025-02-10 10:58:00 -08:00
hello_world.rs feat: changes for vm (#1557) 2024-08-05 11:15:56 +02:00
process.rs chore: cleanup format args (#1688) 2025-02-10 10:58:00 -08:00
shell.rs chore: cleanup format args (#1688) 2025-02-10 10:58:00 -08:00