1
Fork 0

Fix stable build.

This commit is contained in:
Alex Helfet 2017-12-29 00:56:22 +00:00
parent 0df4bb07a1
commit 4c5ef71dff

View file

@ -343,6 +343,7 @@ mod tests {
use super::*;
#[test]
#[cfg(feature = "use_nightly")]
fn roundtrip() {
let input = test_val();
let mut ser_buf = [0u8; max_serialize_buf_len::<Test>()];