Add some more doc comments

This commit is contained in:
Nick Fitzgerald
2018-06-15 09:33:19 -07:00
parent a804a0e634
commit c63d57f6d7
3 changed files with 43 additions and 10 deletions

View File

@ -3,7 +3,6 @@ extern crate serde_derive;
extern crate docopt;
extern crate parity_wasm;
extern crate wasm_bindgen_cli_support;
#[macro_use]
extern crate failure;
use std::fs::File;