about summary refs log tree commit diff
path: root/library/test/src/term.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/test/src/term.rs')
-rw-r--r--library/test/src/term.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/test/src/term.rs b/library/test/src/term.rs
index e736e85d469..d9880a77640 100644
--- a/library/test/src/term.rs
+++ b/library/test/src/term.rs
@@ -62,7 +62,7 @@ pub(crate) mod color {
 
 /// A terminal with similar capabilities to an ANSI Terminal
 /// (foreground/background colors etc).
-pub trait Terminal: Write {
+pub(crate) trait Terminal: Write {
     /// Sets the foreground color to the given color.
     ///
     /// If the color is a bright color, but the terminal only supports 8 colors,