summaryrefslogtreecommitdiff
path: root/cli/shell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/shell.rs')
-rw-r--r--cli/shell.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/shell.rs b/cli/shell.rs
index 268ec3b76..8e52f51fd 100644
--- a/cli/shell.rs
+++ b/cli/shell.rs
@@ -55,7 +55,7 @@ impl fmt::Debug for Shell {
enum ShellOut {
/// A plain write object without color support
// TODO(ry) Disabling this type of output because it makes Shell
- // not thread safe and thus not includable in ThreadSafeState.
+ // not thread safe and thus not includable in State.
// But I think we will want this in the future.
//Write(Box<dyn Write>),
/// Color-enabled stdio, with information on whether color should be used