Skip to content

Commit

Permalink
feat(risedev): support thread sanitizer (#1173)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh authored and pangzhenzhou committed Mar 28, 2022
1 parent eb35ca4 commit aa00f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust/batch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#![feature(trait_alias)]
#![feature(generic_associated_types)]
#![feature(binary_heap_drain_sorted)]
#![feature(map_first_last)]
#![feature(let_chains)]
#![feature(exact_size_is_empty)]
#![cfg_attr(coverage, feature(no_coverage))]
Expand Down
1 change: 1 addition & 0 deletions rust/compute/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#![feature(trait_alias)]
#![feature(generic_associated_types)]
#![feature(binary_heap_drain_sorted)]
#![feature(map_first_last)]
#![cfg_attr(coverage, feature(no_coverage))]

#[macro_use]
Expand Down

0 comments on commit aa00f44

Please sign in to comment.