diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2020-01-29 01:13:48 +0100 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2020-01-29 01:13:48 +0100 |
| commit | b0b11d31a2cd4ff00973c17ff987c345301b2ebd (patch) | |
| tree | e623638389cd2eb48593e072354ce0f044941f63 /src/tools | |
| parent | 3761dcd3467441f78939ccb3b341b03b6a7558d7 (diff) | |
| download | rust-b0b11d31a2cd4ff00973c17ff987c345301b2ebd.tar.gz rust-b0b11d31a2cd4ff00973c17ff987c345301b2ebd.zip | |
Use termize instead of term_size
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 352c00dbe41..ea92f7bee6b 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -167,7 +167,7 @@ const WHITELIST: &[Crate<'_>] = &[ Crate("termcolor"), Crate("terminon"), Crate("termion"), - Crate("term_size"), + Crate("termize"), Crate("thread_local"), Crate("ucd-util"), Crate("unicode-normalization"), |
