rule: prefer-type-annotations
#203
Labels
A-linter
Area - linter and lint rules
C-rule
Category - Lint rule suggestion
good first issue
Good for newcomers
Description
Prefer using type annotations for contextual types over
@as
where possible. Idea provided by Inspector Boat in Zig's discord server.Examples
Examples of incorrect code for this rule
Examples of correct code for this rule
The text was updated successfully, but these errors were encountered: