Remove deprecated roc_collections::soa things

This commit is contained in:
Richard Feldman 2024-10-21 23:17:20 -04:00
parent d796b3ec74
commit 8997c80573
No known key found for this signature in database
GPG key ID: DAC334802F365236
14 changed files with 42 additions and 39 deletions

View file

@ -16,6 +16,8 @@ roc_module = { path = "../module" }
roc_region = { path = "../region" }
roc_error_macros = { path = "../../error_macros" }
soa.workspace = true
bumpalo.workspace = true
encode_unicode.workspace = true

View file

@ -8,11 +8,12 @@ use crate::ident::Accessor;
use crate::parser::ESingleQuote;
use bumpalo::collections::{String, Vec};
use bumpalo::Bump;
use roc_collections::soa::{index_push_new, slice_extend_new, EitherIndex, Slice};
use roc_collections::soa::{index_push_new, slice_extend_new};
use roc_error_macros::internal_error;
use roc_module::called_via::{BinOp, CalledVia, UnaryOp};
use roc_module::ident::QualifiedModuleName;
use roc_region::all::{Loc, Position, Region};
use soa::{EitherIndex, Slice};
#[derive(Debug, Clone)]
pub struct FullAst<'a> {