DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.05k stars 764 forks source link

Error when calling "cargo clippy --workspace --examples --tests -- -D warnings" #2025

Closed rtretter closed 5 months ago

rtretter commented 5 months ago

When calling cargo clippy --workspace --examples --tests -- -D warnings in a non-server environment an error is thrown:

image

Steps to reproduce the behavior:

Expected behavior

No errors that wouldn't appear on a server

Environment:

Questionnaire