Skip to content

Commit 76c5b6e

Browse files
caizixianqinsoon
andauthored
Fix typo
Co-authored-by: Yi Lin <[email protected]>
1 parent 63e257d commit 76c5b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scheduler/work_counter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ impl<T: 'static + WorkCounter + Clone> WorkCounterClone for T {
3131
/// An abstraction of work counters
3232
///
3333
/// Use for trait objects, as we have might have types of work counters for
34-
/// the same work packet and the types are not statically known.alloc
34+
/// the same work packet and the types are not statically known.
3535
/// The overhead should be negligible compared with the cost of executing
3636
/// a work packet.
3737
pub(super) trait WorkCounter: WorkCounterClone + std::fmt::Debug {

0 commit comments

Comments
 (0)