Skip to content

Commit 4bf0389

Browse files
Remove missleading comment
1 parent 1148dd4 commit 4bf0389

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,10 @@ fn main() {
5252
Ok(ListeningAction::Continue)
5353
});
5454

55-
// When the method `long_poll` returns, its due to an error. Check it here.
5655
if let Err(e) = res {
5756
println!("An error occured: {}", e);
5857
}
5958
}
60-
6159
```
6260
You can find a bigger example in the `examples` folder.
6361

examples/simple.rs

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ fn main() {
3838
Ok(ListeningAction::Continue)
3939
});
4040

41-
// When the method `long_poll` returns, its due to an error. Check it here.
4241
if let Err(e) = res {
4342
println!("An error occured: {}", e);
4443
}

0 commit comments

Comments
 (0)