Martin Taibr
Martin Taibr
Most of it. There are still a few `as` casts and some unchecked arithmetic because we weren't sure properly fixing those wouldn't hurt perf. I wanted to split off Pool...
>One possible approach to detecting C macros (and mapping them onto calls to Rust macros) might be to look for subtrees in the expanded C AST that were constructed entirely...
The `lalrpop_mod` macro accepts attributes so you can put them inside - e.g. `lalrpop_mod!(#[allow(clippy::all)] pub somename);` The underlying issue is that #632 adds the `allow` into a submodule of the...
This doesn't seem to be fixed. I am on `0.19.8` (both `lalrpop` and `lalrpop-util`) and i am still getting these errors when running clippy. Additionally, i don't see *how* it...
It might be worth teaching people in docs to use this in their Cargo.toml when depending on nalgebra: ```toml [profile.dev.package."*"] opt-level = 3 ``` In my experience, this *significantly* improves...
Fixed by option C.
Confirming that the issue still happens in ollej's example using `set_default_camera` but not in not-fl3's example with `set_camera`.
https://crates.io/crates/phf
Made some improvements, rebuild times are acceptable up to 1k cvars. Waiting for offset_of to to stabilized so we can reasonably support up to 10k cvars (the library alternatives are...
Look at what strum does in get_documentation.