Rocket/core/codegen
Sergio Benitez 9f65977b99 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-05-15 16:53:26 -07:00
..
src Remove closure borrow in 'FromForm' derive. 2023-05-15 16:53:26 -07:00
tests Introduce more flexible mounting. 2023-05-03 20:03:45 -07:00
Cargo.toml New version: 0.5.0-rc.3. 2023-03-23 16:56:17 -07:00