mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Remove unused code
This commit is contained in:
parent
54e78e8fd4
commit
90f517712a
33 changed files with 24 additions and 1300 deletions
|
@ -1,6 +1,6 @@
|
|||
use crate::docs::ModuleDocumentation;
|
||||
use roc_can::constraint::{Constraint as ConstraintSoa, Constraints};
|
||||
use roc_can::expr::{DbgLookup, ExpectLookup};
|
||||
use roc_can::expr::ExpectLookup;
|
||||
use roc_can::{
|
||||
abilities::AbilitiesStore,
|
||||
expr::{Declarations, PendingDerives},
|
||||
|
@ -223,7 +223,6 @@ pub struct Expectations {
|
|||
pub subs: roc_types::subs::Subs,
|
||||
pub path: PathBuf,
|
||||
pub expectations: VecMap<Region, Vec<ExpectLookup>>,
|
||||
pub dbgs: VecMap<Symbol, DbgLookup>,
|
||||
pub ident_ids: IdentIds,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue