* Fix docs

* Update frame/support/src/dispatch.rs

Prettier link

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

* Update primitives/runtime/src/traits.rs

Prettier link

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Dan Forbes
2020-05-06 14:22:35 -07:00
committed by GitHub
parent 7ee35f29dc
commit 848803aba2
12 changed files with 20 additions and 20 deletions
@@ -169,7 +169,7 @@ impl WasmBuilderSelectSource {
/// 3. Select the source of the `wasm-builder` crate using the methods of
/// [`WasmBuilderSelectSource`].
/// 4. Set additional `RUST_FLAGS` or a different name for the file containing the WASM code
/// using methods of [`Self`].
/// using methods of [`WasmBuilder`].
/// 5. Build the WASM binary using [`Self::build`].
pub struct WasmBuilder {
/// Where should we pull the `wasm-builder` crate from.