We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdd9bc commit 0406c13Copy full SHA for 0406c13
vm/src/system/syscall.rs
@@ -204,7 +204,6 @@ impl SyscallInstruction {
204
Some(parts) => parts,
205
None => return Err(VMErrorKind::InvalidProfileLabel(label))?,
206
};
207
- let (marker, fn_name) = (marker.to_owned(), fn_name.to_owned());
208
209
// Ensure the marker is either '^' (start) or '$' (end)
210
if !matches!(marker, "^" | "$") {
0 commit comments