Make all moves explicit in libsyntax
This commit is contained in:
parent
6957af770b
commit
f8b3eaae82
13 changed files with 42 additions and 39 deletions
|
@ -3578,8 +3578,8 @@ impl parser {
|
|||
}
|
||||
|
||||
{attrs_remaining: attrs,
|
||||
view_items: vec::from_mut(dvec::unwrap(view_items)),
|
||||
items: vec::from_mut(dvec::unwrap(items))}
|
||||
view_items: vec::from_mut(dvec::unwrap(move view_items)),
|
||||
items: vec::from_mut(dvec::unwrap(move items))}
|
||||
}
|
||||
|
||||
// Parses a source module as a crate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue