Skip to content

Commit

Permalink
Add rustdoc-stripper-ignore-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Oct 8, 2023
1 parent e135335 commit c8833cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions glib/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ pub fn file_open_tmp(
}
}

// rustdoc-stripper-ignore-next
/// Spawn a new infallible `Future` on the global-default main context.
///
/// This can be called from any thread and will execute the future from the thread
Expand All @@ -272,6 +273,7 @@ pub fn spawn_future<R: Send + 'static, F: std::future::Future<Output = R> + Send
ctx.spawn(f)
}

// rustdoc-stripper-ignore-next
/// Spawn a new infallible `Future` on the global-default main context.
///
/// The given `Future` does not have to be `Send`.
Expand Down

0 comments on commit c8833cc

Please sign in to comment.