mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Remove confusing drop.
This commit is contained in:
parent
ba7bf1d8ef
commit
20bb600849
@ -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…
Reference in New Issue
Block a user