From 79933099a0d95a3f74db1fd1e07bbcbdf052aa54 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 7 Nov 2022 15:00:36 +0100 Subject: [PATCH] Remove redundant comment The field is already documented through its getter. --- crates/fj/src/shape_2d.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/fj/src/shape_2d.rs b/crates/fj/src/shape_2d.rs index eace76646..6a2b22a84 100644 --- a/crates/fj/src/shape_2d.rs +++ b/crates/fj/src/shape_2d.rs @@ -100,8 +100,6 @@ impl From for Shape2d { #[repr(C)] pub struct Sketch { chain: Chain, - - // The color of the sketch in RGBA color: [u8; 4], }