Skip to content

Commit

Permalink
doc(rs-wit-bindgen): fix cargo doc build
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Aug 15, 2024
1 parent 1ad7d83 commit cc03b92
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/wit-bindgen/src/examples/_1_interface_imports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ crate::generate!({
anyhow_path: "anyhow",
bytes_path: "bytes",
futures_path: "futures",
tokio_util_path: "tokio_util",
wasm_tokio_path: "wasm_tokio",
wrpc_transport_path: "wrpc_transport",

path: "[email protected]",
Expand Down
2 changes: 2 additions & 0 deletions crates/wit-bindgen/src/examples/_2_imported_resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ crate::generate!({
anyhow_path: "anyhow",
bytes_path: "bytes",
futures_path: "futures",
tokio_util_path: "tokio_util",
wasm_tokio_path: "wasm_tokio",
wrpc_transport_path: "wrpc_transport",
});
1 change: 1 addition & 0 deletions crates/wit-bindgen/src/examples/_3_world_exports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ crate::generate!({
bytes_path: "bytes",
futures_path: "futures",
tokio_path: "tokio",
tokio_util_path: "tokio_util",
tracing_path: "tracing",
wrpc_transport_path: "wrpc_transport",

Expand Down
4 changes: 4 additions & 0 deletions crates/wit-bindgen/src/examples/_4_exported_resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ crate::generate!({
anyhow_path: "anyhow",
bytes_path: "bytes",
futures_path: "futures",
tokio_path: "tokio",
tokio_util_path: "tokio_util",
tracing_path: "tracing",
wasm_tokio_path: "wasm_tokio",
wrpc_transport_path: "wrpc_transport",
});

0 comments on commit cc03b92

Please sign in to comment.