summaryrefslogtreecommitdiffstats
path: root/src/fastfield/reader.rs
diff options
context:
space:
mode:
authorPaul Masurel <paul.masurel@gmail.com>2018-02-03 11:46:01 +0900
committerPaul Masurel <paul.masurel@gmail.com>2018-02-03 11:46:01 +0900
commit920f086e1d2f3df13c0adba4c33193b4aa6d1074 (patch)
tree85d229e7471e8d2354791df26c37fc857aeb2384 /src/fastfield/reader.rs
parent13aaca7e11cd6342d7d4430dd3909bd7c863b86f (diff)
Clippy
Diffstat (limited to 'src/fastfield/reader.rs')
-rw-r--r--src/fastfield/reader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastfield/reader.rs b/src/fastfield/reader.rs
index b556e39..1142c25 100644
--- a/src/fastfield/reader.rs
+++ b/src/fastfield/reader.rs
@@ -149,7 +149,7 @@ impl From<Vec<u64>> for U64FastFieldReader {
}
}
fast_field_writers
- .serialize(&mut serializer, HashMap::new())
+ .serialize(&mut serializer, &HashMap::new())
.unwrap();
serializer.close().unwrap();
}