Skip to content

Commit c03f994

Browse files
committed
fix parentheses
1 parent c5582a2 commit c03f994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/yoke/src/yoke.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ impl<Y: for<'a> Yokeable<'a>, C: StableDeref> Yoke<Y, Option<C>> {
447447
///
448448
/// This is conceptually similar to [`stable_deref_trait::CloneStableDeref`],
449449
/// however [`stable_deref_trait::CloneStableDeref`] is not (and should not) be
450-
/// implemented on [`Option`] (since it's not [`Deref`]. [`CloneableCart`] essentially is
450+
/// implemented on [`Option`] (since it's not [`Deref`]). [`CloneableCart`] essentially is
451451
/// "if there _is_ data to borrow from here, cloning the cart gives you an additional
452452
/// handle to the same data".
453453
pub unsafe trait CloneableCart: Clone {}

0 commit comments

Comments
 (0)