mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 00:57:24 +00:00
wasm_interp: don't give Signature the Clone trait just for a test!
This commit is contained in:
parent
8ff843261a
commit
9e7a92574d
2 changed files with 4 additions and 4 deletions
|
@ -194,7 +194,7 @@ pub fn update_section_size<T: SerialBuffer>(buffer: &mut T, header_indices: Sect
|
|||
*
|
||||
*******************************************************************/
|
||||
|
||||
#[derive(PartialEq, Eq, Debug, Clone)]
|
||||
#[derive(PartialEq, Eq, Debug)]
|
||||
pub struct Signature<'a> {
|
||||
pub param_types: Vec<'a, ValueType>,
|
||||
pub ret_type: Option<ValueType>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue