Skip to content

Commit

Permalink
test: fix broken test
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <[email protected]>
  • Loading branch information
Rustin170506 committed May 23, 2024
1 parent f7de2fe commit 1fe052b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ it's necessary to use a UTF-8-enabled terminal emulator, such as the new
[Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/install).
If you're using a terminal that supports UTF-8, make sure to explicitly call
tokio-console with the UTF-8 language flag set:
```
tokio-console with the UTF-8 language flag set:
```shell
tokio-console --lang en_US.UTF-8
```
Expand Down
6 changes: 3 additions & 3 deletions tokio-console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ use the [Tokio] runtime, this means that:
- A [compatible Tokio version][versions] must be used. Tokio v1.0 or greater is required
to use the console, and some features are only available in later versions.
See [the `console-subscriber` documentation][versions] for details.

[`tracing`]: https://crates.io/crates/tracing
[unstable]: https://docs.rs/console-subscriber/0.1/console_subscriber/#enabling-tokio-instrumentation
[versions]: https://docs.rs/console-subscriber/0.1/console_subscriber/#required-tokio-versions
Expand Down Expand Up @@ -111,8 +111,8 @@ it's necessary to use a UTF-8-enabled terminal emulator, such as the new
[Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/install).

If you're using a terminal that supports UTF-8, make sure to explicitly call
tokio-console with the UTF-8 language flag set:
```
tokio-console with the UTF-8 language flag set:
```shell
tokio-console --lang en_US.UTF-8
```

Expand Down

0 comments on commit 1fe052b

Please sign in to comment.