Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Aug 24, 2021
1 parent 7530b84 commit 13e509e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yash-semantics/src/expansion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ where
E: Env,
I: IntoIterator<Item = &'a Word>,
{
// TODO Optimize by taking advantage of MaybeLiteral

let mut fields = Vec::new();
for word in words {
word.expand_to_fields_into(env, &mut fields).await?;
Expand Down

0 comments on commit 13e509e

Please sign in to comment.