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
We previously had a mutable variable, and assigned to this variable from
deep within multiple `match`es, which was easy for me to overlook.
This new approach drops the `let mut` in favour of multiple immutable
variables, which we assign to at the top-level of the function (not
deeply-indented), which makes it easier to notice.
Finally, when we assign the new `Address` for use with UNIX sockets,
we also add the address key (guid) which had accidentally been dropped.
fixesdbus2#192
The text was updated successfully, but these errors were encountered: