Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf3f61d6

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

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::DebugforPool{
10311031
fnfmt(&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)

[8]ページ先頭

©2009-2025 Movatter.jp