Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,10 @@ where
///
/// This method allows users to specify a runtime handle for the router to
/// use. This runtime is accessible to all handlers invoked by the router.
/// Handlers.
///
/// Tasks spawned by the router will be spawned on the provided runtime,
/// and automatically cancelled when the returned `axum::Router` is dropped.
#[cfg(feature = "axum")]
pub fn into_axum_with_handle(
self,
path: &str,
Expand Down