We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906aeba commit b921141Copy full SHA for b921141
src/lib.rs
@@ -527,8 +527,8 @@ impl TaskLocals {
527
}
528
529
impl Clone for TaskLocals {
530
- /// Create a clone of the TaskLocals by incrementing the reference counters of the event loop and
531
- /// contextvars.
+ /// Create a clone of the TaskLocals by incrementing the reference counter of the inner
+ /// structure.
532
fn clone(&self) -> Self {
533
Self(self.0.clone())
534
0 commit comments