Daniel-Aaron-Bloom
|
430290fb76
|
fix: remove clippy unexpected_cfgs warning (#1588)
Since `std` doesn't exist as a cfg, `not(std)` was always true, so this does not change any behavior.
|
2024-05-22 05:14:19 +09:00 |
|
Robin Salen
|
4a620f4d79
|
Fix latest clippy for redundant_imports (#1535)
* Fix clippy for maybe_rayon
* Remove reimports
|
2024-02-19 08:13:32 -05:00 |
|
Georgy Shepelev
|
8753162b77
|
Fix build for wasm32/64-unknown-unknown without std (#1528)
* adjust to no_std build
* disable default features of serde_json
* cargo fmt & clippy
* fix review remarks
|
2024-02-15 09:14:44 -05:00 |
|
Brandon H. Gomes
|
fc3f63398d
|
wip: start moving starky to no-std
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
|
2022-11-03 12:17:03 -07:00 |
|
Sladuca
|
aaba931e4d
|
fmt
|
2022-09-06 14:58:42 -04:00 |
|
Sladuca
|
f496711b21
|
add flat_map_iter to maybe_rayon & feature-gate it
|
2022-09-06 14:56:04 -04:00 |
|
Sebastien La Duca
|
81e14bf5b3
|
fmt
|
2022-07-21 17:02:03 -04:00 |
|
Sebastien La Duca
|
529add1c0a
|
switch rest of names back
|
2022-07-21 17:01:21 -04:00 |
|
Sebastien La Duca
|
a281e28d54
|
add rayon shim
|
2022-07-21 16:59:20 -04:00 |
|