summaryrefslogtreecommitdiffstats
path: root/src/style.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.rs')
-rw-r--r--src/style.rs2
1 files changed, 1 insertions, 1 deletions
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<ansi_term::Color>,
background_default: Option<ansi_term::Color>,