mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Revert "Thread through symbols_from_requires"
This reverts commit 1421aebcd3
.
This commit is contained in:
parent
1421aebcd3
commit
8ac1dfac1a
5 changed files with 9 additions and 91 deletions
|
@ -30,7 +30,6 @@ pub struct Output {
|
|||
pub introduced_variables: IntroducedVariables,
|
||||
pub aliases: VecMap<Symbol, Alias>,
|
||||
pub non_closures: VecSet<Symbol>,
|
||||
pub abilities_in_scope: Vec<Symbol>,
|
||||
}
|
||||
|
||||
impl Output {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue