| commit | fb6b73c777536666e3e272992596c724a2614ff9 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Tue Nov 10 14:32:16 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Tue Nov 10 20:08:14 2020 -0800 |
| tree | 095d5eb99e6ba339d689a50140b6eb29023f53a8 | |
| parent | 5c830f0d1635f2dd4e676b4963ebeb0229fc9ad4 [diff] [blame] |
Add rust::Vec push_back and emplace_back
diff --git a/gen/src/builtin.rs b/gen/src/builtin.rs index 72b411c..41d037a 100644 --- a/gen/src/builtin.rs +++ b/gen/src/builtin.rs
@@ -69,6 +69,7 @@ include.array = true; include.new = true; include.type_traits = true; + include.utility = true; builtin.panic = true; builtin.unsafe_bitcopy = true; }