You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
731: Lower-case error messages without trailing punctuation r=toasteater a=jacobsky
As per Issue #702 changing the format of the errors message to follow the standard listed here: https://rust-lang.github.io/api-guidelines/interoperability.html#error-types-are-meaningful-and-well-behaved-c-good-err
I looked through both the errors and the display impls and these were the only ones that I found that broke the interoperability rules listed in issue#702
Tests still appear to be passing and the changes didn't appear to cause issues with clippy.
If there are any questions with the wording, please let me know.
Co-authored-by: Jacobsky <cael.jacobsen@gmail.com>
0 commit comments