From a43afc791e8f78b03d802f980a10f32dc932f0b2 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 5 Mar 2024 22:38:27 +0100 Subject: Simplify theming for `Rule` widget --- style/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'style/src/lib.rs') diff --git a/style/src/lib.rs b/style/src/lib.rs index c8fb9ffe..09a943aa 100644 --- a/style/src/lib.rs +++ b/style/src/lib.rs @@ -20,7 +20,6 @@ pub mod application; pub mod menu; pub mod pane_grid; pub mod pick_list; -pub mod rule; pub mod svg; pub mod text_editor; pub mod theme; -- cgit