TheBevyFlock / bevy_cli

A Bevy CLI tool.
Apache License 2.0
18 stars 4 forks source link

Lint suggestion: Prefer `use x::y;` over `use x::prelude::y;` #96

Open BenjaminBrienen opened 2 hours ago

BenjaminBrienen commented 2 hours ago

image

BenjaminBrienen commented 2 hours ago

If we don't want to treat "prelude" as a special symbol, then we could generalize it to prefer "sub-paths".