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
62991e6 added eol=lf to the * glob in .gitattributes, which is right for text files but not binary ones. I already set text back to text=auto (SHA: 9e3258e) but that doesn't appear to be enough.
The text was updated successfully, but these errors were encountered:
Suggest `unwrap_or_default` when closure returns `"".to_string`
Closesrust-lang/rust-clippy#9420
changelog: [`unwrap_or_else_default`]: suggest `unwrap_or_default()` instead of `unwrap_or_else` with a closure that returns an empty `to_string`.
62991e6 added
eol=lf
to the*
glob in.gitattributes
, which is right for text files but not binary ones. I already settext
back totext=auto
(SHA: 9e3258e) but that doesn't appear to be enough.The text was updated successfully, but these errors were encountered: