Skip to content

Commit

Permalink
Finished thought
Browse files Browse the repository at this point in the history
  • Loading branch information
Kixiron committed Apr 19, 2021
1 parent bdf6c4d commit 0ac353b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/template/differential_datalog/src/program/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct Config {
/// These extra regions *significantly* help with the readability
/// of the generated dataflows at the cost of a minor performance
/// penalty. Best used with [`ProfilingKind::TimelyProfiling`]
/// in order to see the
/// in order to visualize the dataflow graph
pub enable_debug_regions: bool,
/// The kind of profiling to enable
pub profiling_kind: ProfilingKind,
Expand Down

0 comments on commit 0ac353b

Please sign in to comment.