zola/src/cmd
Owen Nelson 0e0cd244f3 Fix error handling put in place to side-step a confusing compiler error.
I filed actix/actix-web#261 as per the maintaner's request while
working on #310.

Having looked at the issue this morning, it appeared there was an
implementation to convert `io::Result` into a `Responder`, which kicked
in when I tried to access the `respond_to()` method without getting the
inner type from that first result before hand.
2018-06-25 18:07:41 +02:00
..
build.rs Add output-dir option to build & serve 2017-12-29 19:26:17 +01:00
init.rs Write some docs 2018-03-21 16:18:24 +01:00
livereload.js Convert project to a workspace 2017-07-01 16:47:41 +09:00
mod.rs Convert project to a workspace 2017-07-01 16:47:41 +09:00
serve.rs Fix error handling put in place to side-step a confusing compiler error. 2018-06-25 18:07:41 +02:00