Skip to content

Commit

Permalink
Add MaybePar bound to RewriteScheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
szymon-zygula committed Aug 30, 2024
1 parent df3b70a commit a542d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ the [`EGraph`] and dominating how much time is spent while running the
*/
#[allow(unused_variables)]
pub trait RewriteScheduler<L, N>: Sync
pub trait RewriteScheduler<L, N>: MaybePar
where
L: Language,
N: Analysis<L>,
Expand Down

0 comments on commit a542d71

Please sign in to comment.