mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 17:25:32 +00:00
Merge pull request #874 from humancalico/patch-1
(typo) s/panicing/panicking
This commit is contained in:
commit
1aa148df9f
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ thread 'async-task-driver' panicked at 'test', examples/panic.rs:8:9
|
||||||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
|
||||||
```
|
```
|
||||||
|
|
||||||
While panicing a spawned task will abort:
|
While panicking a spawned task will abort:
|
||||||
|
|
||||||
```rust,edition2018,should_panic
|
```rust,edition2018,should_panic
|
||||||
# extern crate async_std;
|
# extern crate async_std;
|
||||||
|
|
Loading…
Reference in a new issue