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
Several methods in extra::json take a Json reference as a parameter. These should probably be moved into an impl for Json to stay consistent with other parts of the library.
The text was updated successfully, but these errors were encountered:
…rednet
Check for loops/closures in `local_used_after_expr`
Follow up to rust-lang#8646, catches when a local is used multiple times because it's in a loop or a closure
changelog: none
Several methods in extra::json take a Json reference as a parameter. These should probably be moved into an impl for Json to stay consistent with other parts of the library.
The text was updated successfully, but these errors were encountered: