rustc_data_structures: use either instead of itertools

This commit is contained in:
Josh Stone
2024-01-24 15:36:57 -08:00
parent 7ffc697ce1
commit 8f3af4c6e2
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
use crate::fx::FxHashMap;
use arrayvec::ArrayVec;
use itertools::Either;
use either::Either;
use std::fmt;
use std::hash::Hash;
use std::ops::Index;