Skip to content

Commit bae60b2

Browse files
committed
dircolors: make StrUtils trait private
1 parent 21cc4b6 commit bae60b2

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
@@ -261,7 +261,7 @@ pub fn uu_app() -> Command {
261261
)
262262
}
263263

264-
pub trait StrUtils {
264+
trait StrUtils {
265265
/// Remove comments and trim whitespace
266266
fn purify(&self) -> &Self;
267267
/// Like `split_whitespace()` but only produce 2 parts

0 commit comments

Comments
 (0)