mirror of https://github.com/rwf2/Rocket.git
Update docs to make sense
This commit is contained in:
parent
39ed4a4909
commit
1a3ef5b23f
|
@ -321,7 +321,8 @@ pub fn from_slice<'a, T>(v: &'a [u8]) -> Result<T, Error>
|
|||
///
|
||||
/// The compact representation represents structs as arrays.
|
||||
///
|
||||
/// **_Always_ use [`Compact`] to serialize compact MessagePack response data.**
|
||||
/// **_Always_ use [`Compact`] to serialize MessagePack response data in a
|
||||
/// compact format.**
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue