Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify a lot by removing feature gates #123

Merged
merged 8 commits into from
Sep 14, 2022
Merged

Simplify a lot by removing feature gates #123

merged 8 commits into from
Sep 14, 2022

Conversation

Kijewski
Copy link
Owner

No description provided.

@Kijewski Kijewski force-pushed the pr-no-features branch 3 times, most recently from 994872a to 29b76e6 Compare September 14, 2022 16:50
benches/by-name.rs Fixed Show fixed Hide fixed
benches/by-name.rs Fixed Show fixed Hide fixed
@Kijewski Kijewski force-pushed the pr-no-features branch 3 times, most recently from c32a2db to d3bb363 Compare September 14, 2022 19:56
b.iter_custom(|iters| {
let mut nanos = 0;
for i in 0..iters {
names.shuffle(&mut SmallRng::seed_from_u64(i));

Check failure

Code scanning / devskim

Do not use weak/non-cryptographic random number generators

Do not use weak/non-cryptographic random number generators
b.iter_custom(|iters| {
let mut nanos = 0;
for i in 0..iters {
names.shuffle(&mut SmallRng::seed_from_u64(i));

Check failure

Code scanning / devskim

Do not use weak/non-cryptographic random number generators

Do not use weak/non-cryptographic random number generators
@Kijewski Kijewski changed the base branch from main to v0.5.x September 14, 2022 20:52
@Kijewski Kijewski force-pushed the pr-no-features branch 2 times, most recently from 233c12e to 9ddbaff Compare September 14, 2022 21:29
@Kijewski Kijewski merged commit 5c574a2 into v0.5.x Sep 14, 2022
@Kijewski Kijewski deleted the pr-no-features branch September 14, 2022 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant