mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 10:12:21 +03:00
Fix error message
This commit is contained in:
parent
bb5c793bb3
commit
683215d17c
@ -118,7 +118,7 @@ create_messages!(
|
||||
invalid_core_function {
|
||||
args: (struct_: impl Display, function: impl Display),
|
||||
msg: format!(
|
||||
"The instruction {struct_}::{function} is not a valid core function.",
|
||||
"{struct_}::{function} is not a valid core function.",
|
||||
),
|
||||
help: None,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user