Skip to content

Commit 1bb2db3

Browse files
committed
doc(rs-wit-bindgen): fix cargo doc build
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 08aab55 commit 1bb2db3

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

crates/wit-bindgen/src/examples/_1_interface_imports.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ crate::generate!({
2828
anyhow_path: "anyhow",
2929
bytes_path: "bytes",
3030
futures_path: "futures",
31+
tokio_util_path: "tokio_util",
32+
wasm_tokio_path: "wasm_tokio",
3133
wrpc_transport_path: "wrpc_transport",
3234

3335

crates/wit-bindgen/src/examples/_2_imported_resources.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ crate::generate!({
2525
anyhow_path: "anyhow",
2626
bytes_path: "bytes",
2727
futures_path: "futures",
28+
tokio_util_path: "tokio_util",
29+
wasm_tokio_path: "wasm_tokio",
2830
wrpc_transport_path: "wrpc_transport",
2931
});

crates/wit-bindgen/src/examples/_3_world_exports.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ crate::generate!({
3737
bytes_path: "bytes",
3838
futures_path: "futures",
3939
tokio_path: "tokio",
40+
tokio_util_path: "tokio_util",
4041
tracing_path: "tracing",
4142
wrpc_transport_path: "wrpc_transport",
4243

crates/wit-bindgen/src/examples/_4_exported_resources.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@ crate::generate!({
2929
anyhow_path: "anyhow",
3030
bytes_path: "bytes",
3131
futures_path: "futures",
32+
tokio_path: "tokio",
33+
tokio_util_path: "tokio_util",
34+
tracing_path: "tracing",
35+
wasm_tokio_path: "wasm_tokio",
3236
wrpc_transport_path: "wrpc_transport",
3337
});

0 commit comments

Comments
 (0)