mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-17 02:54:26 +00:00
7b7ddfa55d
Ie: | let s = format!(r#""hello""#); | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `r#""hello""#.to_string()` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |