From 9b3714982ab11cc6419f79a0d3681491117bba76 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sun, 31 May 2020 17:36:28 -0400 Subject: Function did not need to be public --- src/style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/style.rs b/src/style.rs index a5981743..6ef539e6 100644 --- a/src/style.rs +++ b/src/style.rs @@ -69,7 +69,7 @@ impl Style { } /// Construct Style but interpreting 'ul', 'box', etc as applying to the decoration style. - pub fn from_str_with_handling_of_special_decoration_attributes( + fn from_str_with_handling_of_special_decoration_attributes( style_string: &str, foreground_default: Option, background_default: Option, -- cgit v1.2.3