Closed acheronfail closed 1 year ago
@acheronfail Thanks for catching this! Could you also apply the change to rtnl.rs
? The same problem exists there too.
@jbaublitz unless I've missed another one, this PR already contains an update to rtnl.rs
which removes the mut
?
Whoops! I totally missed that. Merging now.
While using this I noticed that the
.get_nested_attributes
took mutable references, but I don't think themut
is required here.This PR removes it (and targets the
v0.7.0-rc2
branch).By the way,
v0.7.0-rc2
is looking really good IMO!