Skip to content

Commit f3f61d6

Browse files
authored
Merge pull request #96 from LeoniePhiline/fix/impl-debug-for-pool
fix: correct typo in `impl fmt::Debug for Pool`
2 parents 21fef44 + e876d07 commit f3f61d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ impl Pool {
10291029

10301030
impl fmt::Debug for Pool {
10311031
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
1032-
write!(f, "Poll {{ handle: {:?}", self.handle())
1032+
write!(f, "Pool {{ handle: {:?}", self.handle())
10331033
}
10341034
}
10351035

0 commit comments

Comments
 (0)