Skip to content

Commit 6ad76dd

Browse files
authored
Make SSE less dependent on tokio (#3154)
1 parent bf7c5fc commit 6ad76dd

File tree

2 files changed

+137
-72
lines changed

2 files changed

+137
-72
lines changed

axum/src/response/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use http::{header, HeaderValue, StatusCode};
44

55
mod redirect;
66

7-
#[cfg(feature = "tokio")]
87
pub mod sse;
98

109
#[doc(no_inline)]
@@ -27,7 +26,6 @@ pub use axum_core::response::{
2726
pub use self::redirect::Redirect;
2827

2928
#[doc(inline)]
30-
#[cfg(feature = "tokio")]
3129
pub use sse::Sse;
3230

3331
/// An HTML response.

0 commit comments

Comments
 (0)