Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brim-lang.com/llms.txt

Use this file to discover all available pages before exploring further.

What this means

mut keyword unnecessary

Metadata

  • Code: W1009
  • Default level: Warning
  • Phase: General
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/W1009
  • Tags: lint, mut

How to fix

  • drop mut
  • use mutation

Typical output

W1009: unused mut
note: mut keyword unnecessary