Yuri Astrakhan cc1aded86c Avoid ref when using format! in compiler
Clean up a few minor refs in `format!` macro, as it has a performance cost. Apparently the compiler is unable to inline `format!("{}", &variable)`, and does a run-time double-reference instead (format macro already does one level referencing). Inlining format args prevents accidental `&` misuse.
2024-07-19 14:41:59 -04:00
..
2024-07-18 09:09:31 +02:00
2024-07-18 09:09:31 +02:00
2024-07-18 09:09:31 +02:00
2024-01-18 13:59:49 +01:00