We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1148dd4 commit 4bf0389Copy full SHA for 4bf0389
README.md
@@ -52,12 +52,10 @@ fn main() {
52
Ok(ListeningAction::Continue)
53
});
54
55
- // When the method `long_poll` returns, its due to an error. Check it here.
56
if let Err(e) = res {
57
println!("An error occured: {}", e);
58
}
59
60
-
61
```
62
You can find a bigger example in the `examples` folder.
63
examples/simple.rs
@@ -38,7 +38,6 @@ fn main() {
38
39
40
41
42
43
44
0 commit comments