Polly

Results 6 issues of Polly

## 🐛 Bug description Deriving Item on a struct needlessly types the parameter and makes clippy complain. #### 🤔 Expected Behavior Deriving Item should not needlessly type the self parameter....

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...

bug

In [this page](https://embarkstudios.github.io/rust-gpu/book/writing-shader-crates.html) the link to "https://github.com/EmbarkStudios/rust-gpu/blob/main/rust-toolchain" is broken, presumably missing `.toml` at the end. Also, it recommends using `spirv-builder = "0.4"` but it seems that is incompatible with the...

t: bug

It seems that the "low-power" feature is not available for the stm32wl family. I would like to help implement this, but I would need some guidance.

e-stm32

The affected pages are these two. https://docs.rust-embedded.org/embedonomicon/exceptions.html https://docs.rust-embedded.org/embedonomicon/memory-layout.html In chapter 2, it says "This is the disassembly of the .text section. We see that the reset handler, named Reset, is...

After running `cargo +nightly-2023-09-04 install redpen-linter`, it gives the following output ``` Updating crates.io index Installing redpen-linter v0.2.0 Updating crates.io index Compiling home v0.5.5 Compiling redpen-linter v0.2.0 error[E0463]: can't find...