mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Enforce writing username in TODO comments (#4235)
This commit is contained in:
@@ -192,7 +192,7 @@ impl PaintStats {
|
||||
fn add(&mut self, shape: &Shape) {
|
||||
match shape {
|
||||
Shape::Vec(shapes) => {
|
||||
// self += PaintStats::from_shapes(&shapes); // TODO
|
||||
// self += PaintStats::from_shapes(&shapes); // TODO(emilk)
|
||||
self.shapes += AllocInfo::from_slice(shapes);
|
||||
self.shape_vec += AllocInfo::from_slice(shapes);
|
||||
for shape in shapes {
|
||||
|
||||
Reference in New Issue
Block a user