commit | 3874808a33005b78d4dcbc84fc41afe856c2904c | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Wed May 19 16:51:51 2021 -0700 |
committer | Joel Galenson <jgalenson@google.com> | Wed May 19 16:51:51 2021 -0700 |
tree | 02c0b3035a3cf71f10f04c344fb3e636a1090409 | |
parent | ffb6030a530f824e597fae242b0c77c0743fc545 [diff] [blame] |
Upgrade rust/crates/regex to 1.5.4 Test: make Change-Id: I0eab39246dc2aea41a62c15661e350b490f06c1d
diff --git a/src/sparse.rs b/src/sparse.rs index 421d6b6..98b7266 100644 --- a/src/sparse.rs +++ b/src/sparse.rs
@@ -62,7 +62,7 @@ } impl fmt::Debug for SparseSet { - fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { + fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { write!(f, "SparseSet({:?})", self.dense) } }