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() {
|
if !unfinished_literal.is_empty() {
|
||||||
template.push(FormatArgsPiece::Literal(Symbol::intern(&unfinished_literal)));
|
template.push(FormatArgsPiece::Literal(Symbol::intern(&unfinished_literal)));
|
||||||
drop(unfinished_literal);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if !invalid_refs.is_empty() {
|
if !invalid_refs.is_empty() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue