mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Fix axum-extra's optional feature documentation (#663)
This commit is contained in:
@@ -28,6 +28,7 @@ use serde::Serialize;
|
||||
/// }
|
||||
/// }
|
||||
/// ```
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "erased-json")))]
|
||||
#[derive(Debug)]
|
||||
pub struct ErasedJson(serde_json::Result<Vec<u8>>);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user