Skip to content

Commit

Permalink
Fix enable_out_of_order_streaming doc example and manganis macro remo…
Browse files Browse the repository at this point in the history
…te example (#3317)
  • Loading branch information
ealmloff authored Dec 9, 2024
1 parent b643461 commit 38cb275
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion packages/fullstack/src/serve_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl ServeConfigBuilder {
///
/// It is equivalent to calling `streaming_mode(StreamingMode::OutOfOrder)`
///
/// /// ```rust, no_run
/// ```rust, no_run
/// # use dioxus::prelude::*;
/// # fn app() -> Element { todo!() }
/// dioxus::LaunchBuilder::new()
Expand Down
5 changes: 0 additions & 5 deletions packages/manganis/manganis-macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ use linker::generate_link_section;
/// # use manganis::{asset, Asset};
/// const _: Asset = asset!("/assets/asset.txt");
/// ```
/// Or you can use URLs to read the asset at build time from a remote location
/// ```rust
/// # use manganis::{asset, Asset};
/// const _: Asset = asset!("/assets/image.png");
/// ```
///
/// # Images
///
Expand Down

0 comments on commit 38cb275

Please sign in to comment.