diff --git a/src/builder/styled_str.rs b/src/builder/styled_str.rs index ecd05a359d0..d36329dee3f 100644 --- a/src/builder/styled_str.rs +++ b/src/builder/styled_str.rs @@ -1,4 +1,7 @@ /// Terminal-styling container +/// +/// For now, this is the same as a [`Str`][crate::builder::Str]. This exists to reserve space in +/// the API for exposing terminal styling. #[derive(Clone, Default, Debug, PartialEq, Eq)] pub struct StyledStr { #[cfg(feature = "color")]