Remove confusing drop.
This commit is contained in:
parent
ba7bf1d8ef
commit
20bb600849
1 changed files with 0 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue