From bcb8fb55a36e4e0c6ad03c97a31f618861e32c11 Mon Sep 17 00:00:00 2001 From: Sakapoi Date: Thu, 8 Aug 2024 17:04:33 +0300 Subject: [PATCH] fixed build --- module/move/wplot/src/plot/wplot_lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/move/wplot/src/plot/wplot_lib.rs b/module/move/wplot/src/plot/wplot_lib.rs index 8adbd6a246..3d0e411b7e 100644 --- a/module/move/wplot/src/plot/wplot_lib.rs +++ b/module/move/wplot/src/plot/wplot_lib.rs @@ -47,6 +47,6 @@ pub mod dependency use super::math; own use ::wmath as math; - protected( crate ) use ::wtools::prelude::*; + own use ::wtools::prelude::*; }