We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f20bad + 8715fd0 commit c9d0caaCopy full SHA for c9d0caa
.travis.yml
@@ -1,3 +1,5 @@
1
language: rust
2
rust:
3
- stable
4
+ - beta
5
+ - nightly
measureme/src/serialization.rs
@@ -60,7 +60,7 @@ impl SerializationSink for ByteVecSink {
60
}
61
62
impl std::fmt::Debug for ByteVecSink {
63
- fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
+ fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
64
write!(f, "ByteVecSink")
65
66
0 commit comments