Skip to content

Commit

Permalink
fixed cargo fmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AneesHl committed Mar 19, 2024
1 parent e0493ca commit 9f8f7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduler/scheduler_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ mod parallel_rt_impl {
unsafe impl<T> Sync for UnsafeSharedPointer<T> {}

/// We need a Clone bound to use fold_with, but this clone
/// implementation is not general purpose, so I hide it.
/// implementation is not general purpose, so I hide it.
struct CloneableCtx<'a, 'x>(ReactionCtx<'a, 'x>);

impl Clone for CloneableCtx<'_, '_> {
Expand Down

0 comments on commit 9f8f7c5

Please sign in to comment.