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
In Shoutdown.rs the ownership is returning, however shouldn't the function return a borrow reference instead? I'm getting errors from the linter with the message "cannot move".
In Shoutdown.rs the ownership is returning, however shouldn't the function return a borrow reference instead? I'm getting errors from the linter with the message "cannot move".
the original line :
mini-redis/src/shutdown.rs
Line 31 in cefca53
what I think is correct [which may my thought is wrong]
The text was updated successfully, but these errors were encountered: