Update wrappers/rust/icicle-core/src/vec_ops/mod.rs

This commit is contained in:
Leon Hibnik
2024-08-06 13:52:55 +03:00
committed by GitHub
parent 1fc640c8b3
commit 080071870f

View File

@@ -499,7 +499,7 @@ macro_rules! impl_vec_ops_field {
#[macro_export]
macro_rules! impl_vec_add_tests {
(
$field:ident
$field:ident
) => {
#[test]
pub fn test_vec_add_scalars() {