mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
Fix docs (#5928)
* 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:
@@ -306,7 +306,7 @@ impl<H, N, V> ForkTree<H, N, V> where
|
||||
}
|
||||
}
|
||||
|
||||
/// Same as [`find_node_where`](Self::find_node_where), but returns mutable reference.
|
||||
/// Same as [`find_node_where`](ForkTree::find_node_where), but returns mutable reference.
|
||||
pub fn find_node_where_mut<F, E, P>(
|
||||
&mut self,
|
||||
hash: &H,
|
||||
@@ -331,7 +331,7 @@ impl<H, N, V> ForkTree<H, N, V> where
|
||||
Ok(None)
|
||||
}
|
||||
|
||||
/// Same as [`find_node_where`](Self::find_node_where), but returns indexes.
|
||||
/// Same as [`find_node_where`](ForkTree::find_node_where), but returns indexes.
|
||||
pub fn find_node_index_where<F, E, P>(
|
||||
&self,
|
||||
hash: &H,
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user