Closed tjdevries closed 4 months ago
Previously, whenever you use serde derive, you leak let* binding. Also, if you have something that shadows Option or Result open at the time of using it, you can get an error.
let*
Previously, whenever you use serde derive, you leak
let*
binding. Also, if you have something that shadows Option or Result open at the time of using it, you can get an error.