mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
use #[deprecated]
Co-authored-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com> Signed-off-by: Richard Feldman <oss@rtfeldman.com>
This commit is contained in:
parent
8bb7b5460f
commit
3dbddb3846
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/// DEPRECATED - use soa::Index directly instead!
|
||||
#[deprecated(note = "use soa::Index instead")]
|
||||
pub type Index<T> = soa::Index<T>;
|
||||
|
||||
/// DEPRECATED - use soa::Slice directly instead!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue