Rocket/core/codegen
Sergio Benitez 83638fcee2 Remove closure borrow in 'FromForm' derive.
The codegen for field validations previously included a closure that
could potentially partially borrow a 'Copy' field of the context
structure. To prevent this, 'let'-assign the field before the closure is
created, and use the assignment inside of the closure.
2023-10-26 19:22:36 -05:00
..
src Remove closure borrow in 'FromForm' derive. 2023-10-26 19:22:36 -05:00
tests Tidy custom forward status changes, update docs. 2023-05-05 18:21:17 -07:00
Cargo.toml New version: 0.5.0-rc.3. 2023-03-23 16:56:17 -07:00