mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-21 08:02:06 +00:00
Remove double semicolon in SSE example
This commit is contained in:
parent
2ef1e2f94b
commit
002f13510c
@ -370,7 +370,7 @@ impl Event {
|
||||
///
|
||||
/// ```rust
|
||||
/// # use rocket::*;
|
||||
/// use rocket::response::stream::{Event, EventStream};;
|
||||
/// use rocket::response::stream::{Event, EventStream};
|
||||
/// use rocket::tokio::time::{self, Duration};
|
||||
///
|
||||
/// #[get("/events")]
|
||||
|
Loading…
Reference in New Issue
Block a user