rust/compiler/rustc_parse/src
bors ae0b03bc6b Auto merge of #88262 - klensy:pprust-cow, r=nagisa
Cow'ify some pprust methods

Reduce number of potential needless de/allocations by using `Cow<'static, str>` instead of explicit `String` type.
2021-08-29 17:46:29 +00:00
..
lexer Warn when an escaped newline skips multiple lines 2021-08-11 11:35:08 +02:00
parser Auto merge of #88262 - klensy:pprust-cow, r=nagisa 2021-08-29 17:46:29 +00:00
lib.rs Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00
validate_attr.rs Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00