From 4f435b8f54629aa9ff1346c666acd3edc0975fed Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 19 Nov 2022 18:32:07 +0300 Subject: [PATCH] Remove redundant pub: --- color/true_color.v | 1 - 1 file changed, 1 deletion(-) diff --git a/color/true_color.v b/color/true_color.v index f7ec562..84c2295 100644 --- a/color/true_color.v +++ b/color/true_color.v @@ -3,7 +3,6 @@ module color import term struct TrueColor { -pub: r int g int b int