Skip to content

Commit d5db03a

Browse files
committed
dircolors: make StrUtils trait private
1 parent 95495c3 commit d5db03a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uu/dircolors/src/dircolors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ pub fn uu_app() -> Command {
286286
)
287287
}
288288

289-
pub trait StrUtils {
289+
trait StrUtils {
290290
/// Remove comments and trim whitespace
291291
fn purify(&self) -> &Self;
292292
/// Like `split_whitespace()` but only produce 2 parts

0 commit comments

Comments
 (0)