mirror of https://github.com/rwf2/Rocket.git
Remove double semicolon in SSE example
This commit is contained in:
parent
3079dbfa85
commit
35a100fdec
|
@ -370,7 +370,7 @@ impl Event {
|
||||||
///
|
///
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// # use rocket::*;
|
/// # use rocket::*;
|
||||||
/// use rocket::response::stream::{Event, EventStream};;
|
/// use rocket::response::stream::{Event, EventStream};
|
||||||
/// use rocket::tokio::time::{self, Duration};
|
/// use rocket::tokio::time::{self, Duration};
|
||||||
///
|
///
|
||||||
/// #[get("/events")]
|
/// #[get("/events")]
|
||||||
|
|
Loading…
Reference in New Issue