Rocket/core
Sergio Benitez 9f0e02fe27 Make references to core types absolute in codegen.
Prior to this commit, codegen emitted tokens containing bare types like
'Result' and 'Box' as well as presumed imported variants such as 'None'
and 'Ok'.  However, users are free to shadow these, and if they do, the
generated code will fail to compile, or worse, be incorrect. To avoid
this, this commit makes all references to these core types and imports
absolute.
2020-02-06 21:16:45 -08:00
..
codegen Make references to core types absolute in codegen. 2020-02-06 21:16:45 -08:00
http Update 'cookie' to 0.13.2. 2020-01-29 14:17:01 -08:00
lib Set cookies even on error responses. 2020-01-23 21:10:04 -08:00