From dd676768408a0d567c58fddabf100ce052404600 Mon Sep 17 00:00:00 2001 From: Richard Acayan Date: Wed, 24 Jul 2024 22:04:36 -0400 Subject: [PATCH] core: layout: remove nopush comment Public fields for the Key is fine. There are no methods for it. --- src/core/layout.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/layout.rs b/src/core/layout.rs index c96012b..39f9447 100644 --- a/src/core/layout.rs +++ b/src/core/layout.rs @@ -241,7 +241,6 @@ impl Part { } pub struct Key { - // NOPUSH pub parts: [Part; 9], pub x1: f64, pub y1: f64,