mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-14 15:55:02 +00:00
use #[deprecated]
This commit is contained in:
parent
9590db6bd0
commit
458899b25b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pub type Index<T> = soa::Index<T>;
|
||||||
#[deprecated(note = "use soa::Slice instead")]
|
#[deprecated(note = "use soa::Slice instead")]
|
||||||
pub type Slice<T> = soa::Slice<T>;
|
pub type Slice<T> = soa::Slice<T>;
|
||||||
|
|
||||||
/// DEPRECATED - use soa::EitherIndex directly instead!
|
#[deprecated(note = "use soa::EitherIndex instead")]
|
||||||
pub type EitherIndex<T, U> = soa::EitherIndex<T, U>;
|
pub type EitherIndex<T, U> = soa::EitherIndex<T, U>;
|
||||||
|
|
||||||
/// Push to a std::vec::Vec<T> and then return an index to that new element's
|
/// Push to a std::vec::Vec<T> and then return an index to that new element's
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue