Rocket/examples
Sergio Benitez 8183f63630 Remove lints and associated code from 'rocket_codegen'.
Rust's linting API is incredibly unstable, resulting in unnecessary
breakage to `rocket_codegen`. Rocket's lints are also not as
conservative as would be desired, resulting in spurious warnings. For
these reasons, this commit removes linting from `rocket_codegen`.

These lints will likely be reintroduced as part of a 'rocket_lints'
crate. Factoring the lints out to a separate crate means that lint
breakage can be dealt with by uncommenting the dependency instead of
waiting for a new release or backtracking nightlies. In the same vein,
it will likely improve stability of the 'rocket_codegen' crate.
2017-08-15 11:39:22 -07:00
..
config Remove lints and associated code from 'rocket_codegen'. 2017-08-15 11:39:22 -07:00
content_types Use TitleCase for all 'content::' struct names. 2017-07-12 15:21:45 -07:00
cookies Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
errors Use TitleCase for all 'content::' struct names. 2017-07-12 15:21:45 -07:00
fairings Remove lints and associated code from 'rocket_codegen'. 2017-08-15 11:39:22 -07:00
form_kitchen_sink Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
form_validation Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
handlebars_templates Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
hello_person Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
hello_world Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
json Rename 'contrib::JSON' to 'contrib::Json'. 2017-07-12 15:11:41 -07:00
managed_queue Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
manual_routes Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
msgpack Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
optional_redirect Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
pastebin Improve commentary on collisions in pastebin example. 2017-08-13 02:56:23 -07:00
query_params Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
ranking Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
raw_sqlite Update diesel and rusqlite example dependencies. 2017-06-11 02:57:41 -07:00
raw_upload Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
redirect Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
request_guard Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
session Add tests for the 'session' example. 2017-07-04 14:51:41 -07:00
state Use TitleCase for all 'content::' struct names. 2017-07-12 15:21:45 -07:00
static_files Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
stream Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
testing Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
tls Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
todo Improve bootstrapping instructions in todo example. 2017-08-13 02:50:28 -07:00
uuid Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00