mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-17 12:34:31 +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.