Turbopack: Use `Debug` instead of `Display` for `ValueDebugFormat` impl on `RcStr` (#86522)
Stuff like empty `RcStr`s look really confusing if we use `Display`. Also stop using the alternate debug mode for `String`, as it looks like the alternate flag doesn't do anything in this case.