Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed May 20, 2017
1 parent ea516e8 commit 4ca3135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ fn is_serde() {
extern crate serde;

fn is_serialize<T: serde::ser::Serialize>() {}
fn is_deserialize<T: serde::de::Deserialize>() {}
fn is_deserialize<T: serde::de::DeserializeOwned>() {}

is_serialize::<backtrace::Backtrace>();
is_deserialize::<backtrace::Backtrace>();
Expand Down

0 comments on commit 4ca3135

Please sign in to comment.