mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 21:06:15 +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.