Skip to content

Commit

Permalink
fix: ignore as with other doctests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Mar 1, 2024
1 parent f70ebc1 commit 8e79c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/axum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ impl ResponseParts {
///
/// If you provide your own handler, you will need to provide `ResponseOptions` via context
/// yourself if you want to access it via context.
/// ```rust
/// ```rust,ignore
/// #[server]
/// pub async fn get_opts() -> Result<(),ServerFnError> {
/// pub async fn get_opts() -> Result<(), ServerFnError> {
/// let opts = expect_context::<leptos_axum::ResponseOptions>();
/// Ok(())
/// }
Expand Down

0 comments on commit 8e79c5b

Please sign in to comment.