From 4c5ef71dff208fe409fe72d406d692dbb49bbfb5 Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Fri, 29 Dec 2017 00:56:22 +0000 Subject: [PATCH] Fix stable build. --- framed/src/typed.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/framed/src/typed.rs b/framed/src/typed.rs index 32f51d6..8992f1f 100644 --- a/framed/src/typed.rs +++ b/framed/src/typed.rs @@ -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::()];