Rocket/core
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
..
codegen Remove closure borrow in 'FromForm' derive. 2023-05-15 16:53:26 -07:00
http Introduce more flexible mounting. 2023-05-03 20:03:45 -07:00
lib Improve and fix panic in 'AdHoc::normalizer()'. 2023-05-05 11:41:44 -07:00