We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3081a3 commit 56780b0Copy full SHA for 56780b0
2 files changed
src/plot/layer/geom/path.rs
@@ -36,14 +36,6 @@ impl GeomTrait for Path {
36
}];
37
PARAMS
38
}
39
-
40
- fn supports_aggregate(&self) -> bool {
41
- true
42
- }
43
44
- fn aggregate_slots(&self) -> &'static [u8] {
45
- &[1, 2]
46
47
48
49
impl std::fmt::Display for Path {
src/plot/layer/geom/polygon.rs
@@ -37,14 +37,6 @@ impl GeomTrait for Polygon {
50
impl std::fmt::Display for Polygon {
0 commit comments