Skip to content

Commit 2ad9147

Browse files
committed
docs: missing docs
1 parent 398e43e commit 2ad9147

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ls_colors.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ impl LsColors {
2525
Self::from_ls_colors_crate(&lscolors::LsColors::from_string(input))
2626
}
2727

28+
/// Derive a [`LsColors`] from an existing [`lscolors::LsColors`].
2829
fn from_ls_colors_crate(ls_colors: &lscolors::LsColors) -> Self {
2930
let prefix_for = |indicator: Indicator| {
3031
ls_colors

0 commit comments

Comments
 (0)