Skip to content

Commit c9ff50d

Browse files
committed
[bfops/wasm-update]: bindgen tests
1 parent ceb5707 commit c9ff50d

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

crates/codegen/tests/snapshots/codegen__codegen_rust.snap

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,16 +1392,10 @@ impl __sdk::InModule for RemoteTables {
13921392
///
13931393
/// - [`DbConnection::frame_tick`].
13941394
#[cfg_attr(not(target_arch = "wasm32"), doc = "- [`DbConnection::run_threaded`].")]
1395-
#[cfg_attr(
1396-
target_arch = "wasm32",
1397-
doc = "- [`DbConnection::run_background_task`]."
1398-
)]
1395+
#[cfg_attr(target_arch = "wasm32", doc = "- [`DbConnection::run_background_task`].")]
13991396
/// - [`DbConnection::run_async`].
14001397
/// - [`DbConnection::advance_one_message`].
1401-
#[cfg_attr(
1402-
not(target_arch = "wasm32"),
1403-
doc = "- [`DbConnection::advance_one_message_blocking`]."
1404-
)]
1398+
#[cfg_attr(not(target_arch = "wasm32"), doc = "- [`DbConnection::advance_one_message_blocking`].")]
14051399
/// - [`DbConnection::advance_one_message_async`].
14061400
///
14071401
/// Which of these methods you should call depends on the specific needs of your application,

0 commit comments

Comments
 (0)