mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00

Using `Option` arguments such that you always pass `None` or `Some` at the call site is a code smell.
Using `Option` arguments such that you always pass `None` or `Some` at the call site is a code smell.