Skip to content
Snippets Groups Projects
Unverified Commit 0eda0b3f authored by PG Herveou's avatar PG Herveou Committed by GitHub
Browse files

Contracts call extract_from_slice in macro (#3566)

parent c34ad77d
No related merge requests found
Pipeline #452119 canceled with stages
in 6 minutes and 35 seconds
......@@ -301,6 +301,7 @@ macro_rules! impl_wrapper_for {
unsafe {
$( $mod )::*::$name(output.as_mut_ptr(), &mut output_len);
}
extract_from_slice(output, output_len as usize)
}
}
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment