Skip to content

Commit 012d5e3

Browse files
SteveL-MSFTCopilot
andauthored
Update archive/registry/src/main.rs
Co-authored-by: Copilot <[email protected]>
1 parent 2dc705a commit 012d5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive/registry/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::env;
88

99
use args::Arguments;
1010
use clap::Parser;
11-
use crossterm::event::{is_tty, Stream};
11+
use crossterm::tty::{is_tty, Stream};
1212
use schemars::schema_for;
1313
use std::{io::{self, Read}, process::exit};
1414

0 commit comments

Comments
 (0)