Closed mokeyish closed 1 year ago
It seems because of KeyRef
?
https://github.com/jeromefroe/lru-rs/blob/69d703e1ea395315fff8425bed6d26967ba7b0c3/src/lib.rs#L192
@mokeyish do you by chance have a reproducible example of the error you're running into? Having the code for an example would make it easier to debug. There's also some changes for the KeyRef
type in #166 that might be relevant to this issue.
The reason may be that the key is deserialized by BinDecoder.
I found the cause of the problem, not because of this.