rust-mpd icon indicating copy to clipboard operation
rust-mpd copied to clipboard

[Potential bug found] cannot borrow `xxx` as mutable more than once at a time when using mpd's Query::and

Open CoorFun opened this issue 5 years ago • 1 comments

Hello,

Please refer to my stackover flow question. The first answer found a potential bug.

https://stackoverflow.com/questions/58878192/cannot-borrow-xxx-as-mutable-more-than-once-at-a-time-when-using-mpds-query/58879004#58879004

CoorFun avatar Nov 27 '19 11:11 CoorFun

I created a PR to fix this: #47.

SimonTeixidor avatar Mar 17 '21 17:03 SimonTeixidor