Fix stable build.
This commit is contained in:
parent
0df4bb07a1
commit
4c5ef71dff
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(feature = "use_nightly")]
|
||||||
fn roundtrip() {
|
fn roundtrip() {
|
||||||
let input = test_val();
|
let input = test_val();
|
||||||
let mut ser_buf = [0u8; max_serialize_buf_len::<Test>()];
|
let mut ser_buf = [0u8; max_serialize_buf_len::<Test>()];
|
||||||
|
|
Loading…
Reference in a new issue