mirror of https://github.com/rwf2/Rocket.git
Fix 'msgpack' module feature enabling docs.
This commit is contained in:
parent
a62cc654be
commit
01663ed47c
|
@ -4,8 +4,8 @@
|
||||||
//!
|
//!
|
||||||
//! # Enabling
|
//! # Enabling
|
||||||
//!
|
//!
|
||||||
//! This module is only available when the `json` feature is enabled. Enable it
|
//! This module is only available when the `msgpack` feature is enabled. Enable
|
||||||
//! in `Cargo.toml` as follows:
|
//! it in `Cargo.toml` as follows:
|
||||||
//!
|
//!
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies.rocket]
|
//! [dependencies.rocket]
|
||||||
|
|
Loading…
Reference in New Issue