Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
845: Update no_atomic.rs r=taiki-e a=github-actions[bot]

Auto-generated by [create-pull-request][1]
[Please close and immediately reopen this pull request to run CI.][2]

[1]: https://github.com/peter-evans/create-pull-request
[2]: https://github.com/peter-evans/create-pull-request/blob/HEAD/docs/concepts-guidelines.md#workarounds-to-trigger-further-workflow-runs

Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bubu59 and taiki-e committed Jun 11, 2022
1 parent 657eef1 commit 8f09138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossbeam-epoch/src/internal.rs
Expand Up @@ -56,7 +56,7 @@ use crate::sync::queue::Queue;

/// Maximum number of objects a bag can contain.
#[cfg(not(crossbeam_sanitize))]
const MAX_OBJECTS: usize = 62;
const MAX_OBJECTS: usize = 60;
#[cfg(crossbeam_sanitize)]
const MAX_OBJECTS: usize = 4;

Expand Down

0 comments on commit 8f09138

Please sign in to comment.