Use C string literals & deprecate `c_str!`
Compare changes
+ 1
− 1
@@ -54,7 +54,7 @@ impl<'a> CStr<'a> {
Redo of !624 (closed) based on comments.
Besides C string literals, I fixed a few trivial Clippy lints that don't affect anything.
I also found a test that doesn't compile (unrelated to my changes), but I just marked it as a fix-me for later.
Draft while I recompile everything overnight and test tomorrow to ensure nothing broke.