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
Rust: do not print -> () for signatures that have no results. (#509)
This commit fixes the printing of an unnecessary `-> ()` for function
signatures that have no results.
While we ignore clippy lints in the generated code, Rust analyzer will blindly
copy the unnecessary return specification when implementing missing trait
members. This might cause clippy warnings in user code as a result.
0 commit comments