pingora/pingora-cache
Matthew Gumport ca73fd73f1 address string interpolation outside of proper context
https://github.com/cloudflare/pingora/issues/181

Ran:
```
rg --pcre2 '(?<!(trace\!\()|(println\!\()|(warn\!\()|(info\!\()|(debug\!\()|(format\!\()|(error\!\()|(write\!\()|(panic\!\())\".*\{.+\"'
```

and audited the 200+ results by hand. Only messed up in a few places!

Hat-tip to Kevin for helping me understand the compile error messages I was
seeing trying to fix this naively.
2024-04-22 08:25:49 -07:00
..
benches Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00
src address string interpolation outside of proper context 2024-04-22 08:25:49 -07:00
Cargo.toml Only compile pingora-openssl when openssl feature is enabled. 2024-04-05 11:46:20 -07:00
LICENSE Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00