mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
0db4e3a883
Error enum names should not be plural. Even though there are multiple possible errors, each instance of an error enum describes a single error. There are dozens of singular error enum names, and only two plural error enum names. This commit makes them both singular.