mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
Suppress an unused warning
This commit is contained in:
parent
74ad51aae9
commit
36aec73d75
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,8 @@ impl Scope {
|
|||
}
|
||||
}
|
||||
|
||||
struct Procedure {
|
||||
#[allow(dead_code)] // TODO remove this once Procedure is fully used.
|
||||
pub struct Procedure {
|
||||
name: Option<String>,
|
||||
closes_over: ImSet<Symbol>,
|
||||
is_self_tail_recursive: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue