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 63e257d commit 76c5b6eCopy full SHA for 76c5b6e
src/scheduler/work_counter.rs
@@ -31,7 +31,7 @@ impl<T: 'static + WorkCounter + Clone> WorkCounterClone for T {
31
/// An abstraction of work counters
32
///
33
/// 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
+/// the same work packet and the types are not statically known.
35
/// The overhead should be negligible compared with the cost of executing
36
/// a work packet.
37
pub(super) trait WorkCounter: WorkCounterClone + std::fmt::Debug {
0 commit comments