| commit | 4377a9e8379fe45b4404700ecd93e7dd3eb3c0c8 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Fri Apr 24 15:20:26 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Sat Apr 25 18:02:12 2020 -0700 |
| tree | e28de1aebf3016888d0e2b569f8f6a845e6a5c5c | |
| parent | e4b6a62d337fc02fd48ea2c796718bc2db2f9103 [diff] [blame] |
Rename Type::Vector to CxxVector
diff --git a/syntax/mod.rs b/syntax/mod.rs index 4e0b908..c992690 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -92,7 +92,7 @@ UniquePtr(Box<Ty1>), Ref(Box<Ref>), Str(Box<Ref>), - Vector(Box<Ty1>), + CxxVector(Box<Ty1>), Fn(Box<Signature>), Void(Span), Slice(Box<Slice>),