aboutsummaryrefslogtreecommitdiff
path: root/src/sparse.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sparse.rs')
-rw-r--r--src/sparse.rs2
1 files changed, 1 insertions, 1 deletions
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 SparseSet {
}
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)
}
}