doc fixes
This commit is contained in:
parent
870d6d02b5
commit
6b643badc5
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ thread_local!(
|
||||||
);
|
);
|
||||||
|
|
||||||
task_local! {
|
task_local! {
|
||||||
/// A key to some thread local storage (TLS) that holds a representation of the task's call
|
/// A key to some task local storage that holds a representation of the task's call
|
||||||
/// stack in the form of an [`ErrorContext`].
|
/// stack in the form of an [`ErrorContext`].
|
||||||
static ASYNCOPENCALLS: RefCell<ErrorContext> = RefCell::default()
|
static ASYNCOPENCALLS: RefCell<ErrorContext> = RefCell::default()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue