SIGN IN SIGN UP
bevyengine / bevy UNCLAIMED

A refreshingly simple data-driven game engine built in Rust

0 0 59 Rust

bevy_clipboard: expect derivable default lint on some platform/feature combinations (#24190)

# Objective

- bevy_clipboard triggers a derivable default lint
- `cargo clippy -p bevy_clipboard  --no-deps -- -D warnings`
- this is because `system_clipboard` is gated by platofrms/features

## Solution

- Gate it

## Testing

- CI
F
François Mockers committed
716b0db443c0a54a0130fb77076a964ccc058552
Parent: c78b1a4
Committed by GitHub <noreply@github.com> on 5/8/2026, 1:26:37 PM