mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
appease the clipman
This commit is contained in:
parent
fa5e5ab201
commit
bfa11cf6b0
4 changed files with 8 additions and 15 deletions
|
@ -525,7 +525,7 @@ pub enum CallType {
|
|||
}
|
||||
|
||||
impl CallType {
|
||||
pub fn into_inner(&self) -> Symbol {
|
||||
pub fn get_inner(&self) -> Symbol {
|
||||
match self {
|
||||
CallType::ByName(s) => *s,
|
||||
CallType::ByPointer(s) => *s,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue