Skip to content

Commit

Permalink
constrain config methods to executor set
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Oct 14, 2024
1 parent dc075b3 commit 8a80e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ where
_state: PhantomData<S>,
}

impl<I, S, B> JobBuilder<I, S, B>
impl<I, S> JobBuilder<I, S, ExecutorSet<I, S>>
where
I: Clone + DeserializeOwned + Serialize + Send + 'static,
S: Clone + Send + Sync + 'static,
Expand Down

0 comments on commit 8a80e62

Please sign in to comment.