Skip to content
Snippets Groups Projects
Commit 8b012988 authored by Carl Lerche's avatar Carl Lerche
Browse files

Support older Rust versions

parent a8320da0
No related branches found
No related tags found
No related merge requests found
......@@ -54,5 +54,5 @@ fn test_clone() {
let buf2 = buf.clone();
buf.write_str(" of our emergecy broadcast system").unwrap();
assert_ne!(buf.bytes(), buf2.bytes());
assert!(buf.bytes() != buf2.bytes());
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment