Remove confusing drop.

This commit is contained in:
Mara Bos 2022-09-06 23:19:20 +02:00
parent ba7bf1d8ef
commit 20bb600849
1 changed files with 0 additions and 1 deletions

View File

@ -448,7 +448,6 @@ pub fn make_format_args(
if !unfinished_literal.is_empty() {
template.push(FormatArgsPiece::Literal(Symbol::intern(&unfinished_literal)));
drop(unfinished_literal);
}
if !invalid_refs.is_empty() {