Fixed tests

This commit is contained in:
Michael Wright 2018-01-18 07:48:03 +02:00
parent ec60baa864
commit d13af87d8a

View file

@ -42,3 +42,5 @@ error: consider using `Option<T>` instead of `Option<Option<T>>` or a custom enu
23 | Struct{x: Option<Option<u8>>},
| ^^^^^^^^^^^^^^^^^^
error: aborting due to 7 previous errors