mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
allow unused
This commit is contained in:
parent
79daa102a0
commit
c084ff06b3
1 changed files with 1 additions and 0 deletions
|
@ -721,6 +721,7 @@ fn rc_ptr_from_data_ptr_help<'a>(
|
|||
|
||||
enum Pointer {
|
||||
ToData(Symbol),
|
||||
#[allow(unused)]
|
||||
ToRefcount(Symbol),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue