Skip to content

Commit 4d97743

Browse files
committed
🐛 Make 1.70.0 happy
1 parent 499a8e9 commit 4d97743

File tree

1 file changed

+1
-1
lines changed
  • crates/terminal-colorsaurus/src/trx

1 file changed

+1
-1
lines changed

crates/terminal-colorsaurus/src/trx/unix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub(crate) struct Terminal {
9797
}
9898

9999
impl Terminal {
100-
pub(crate) fn lock_stdio(&self) -> StdioLocks {
100+
pub(super) fn lock_stdio(&self) -> StdioLocks {
101101
StdioLocks {
102102
stdin_lock: self.same_as_stdin.then(|| stdin().lock()),
103103
stdout_lock: self.same_as_stdout.then(|| stdout().lock()),

0 commit comments

Comments
 (0)