Skip to content

Commit

Permalink
(ICE) this is the line which makes the compiler unhappy with me
Browse files Browse the repository at this point in the history
  • Loading branch information
drbawb committed Feb 4, 2017
1 parent b4103f5 commit 8e28dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aqua-web/src/mw/forms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl Plug for MultipartParser {
mp_files.insert(key, FormField::File(val));
}

entries.dir
entries.dir.keep(); entries.dir
},

// TODO: handle multipart failures
Expand Down

0 comments on commit 8e28dc4

Please sign in to comment.