slint/helper_crates/const-field-offset
Yuri Astrakhan 9621cae218 Auto-fixed clippy::needless_lifetimes
`__CARGO_FIX_YOLO=1` is a hack, but it does help a lot with the tedious fixes where the result is fairly clear.

See https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes

```
__CARGO_FIX_YOLO=1 cargo clippy --fix --all-targets --workspace --exclude gstreamer-player --exclude i-slint-backend-linuxkms --exclude uefi-demo --exclude ffmpeg -- -A clippy::all -W clippy::needless_lifetimes

cargo fmt --all
```
2025-02-07 09:20:49 +01:00
..
LICENSES Update license information 2022-01-20 14:45:02 +01:00
macro A few more format arg inlining 2025-02-07 06:43:19 +01:00
src Auto-fixed clippy::needless_lifetimes 2025-02-07 09:20:49 +01:00
tests Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
Cargo.toml Prepare for release of helper crates 2024-03-14 08:52:09 +01:00
CHANGELOG.md Prepare for release of helper crates 2024-03-14 08:52:09 +01:00
README.md xtask: Fix up license headers 2023-08-17 08:55:28 +02:00

const-field-offset crate

Crates.io Docs.rs

This crate expose the FieldOffsets derive macro and the types it uses

Check the crate documentation for more details.