mirror of
https://github.com/openharmony/third_party_rust_tracing.git
synced 2026-07-01 21:24:06 -04:00
fix typo in README.md (#980)
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ async fn write(stream: &mut TcpStream) -> io::Result<usize> {
|
||||
}
|
||||
```
|
||||
|
||||
Under the hood, the `#[instrument]` macro performs same the explicit span
|
||||
Under the hood, the `#[instrument]` macro performs the same explicit span
|
||||
attachment that `Future::instrument` does.
|
||||
|
||||
### Concepts
|
||||
|
||||
Reference in New Issue
Block a user