mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-25 01:36:50 +00:00
(typo) s/panicing/panicking
This commit is contained in:
parent
bd297473cc
commit
efaeadce88
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