Merge pull request #6329 from glennw/remove-generic

Updates for changes in rust-geom and rust-layers
This commit is contained in:
Patrick Walton 2015-06-10 14:14:24 -07:00
commit 053296e131
7 changed files with 14 additions and 14 deletions

View file

@ -193,7 +193,7 @@ known_heap_size!(0, u8, u16, u32, u64, usize);
known_heap_size!(0, i8, i16, i32, i64, isize);
known_heap_size!(0, bool, f32, f64);
known_heap_size!(0, Rect<T>, Point2D<T>, Size2D<T>, Matrix2D<T>, SideOffsets2D<T>, Matrix4<T>);
known_heap_size!(0, Rect<T>, Point2D<T>, Size2D<T>, Matrix2D<T>, SideOffsets2D<T>);
known_heap_size!(0, Au, Color, Cursor);
known_heap_size!(0, Au, Color, Cursor, Matrix4);
known_heap_size!(0, Range<T>);