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
|
||||
//!
|
||||
//! This module is only available when the `json` feature is enabled. Enable it
|
||||
//! in `Cargo.toml` as follows:
|
||||
//! This module is only available when the `msgpack` feature is enabled. Enable
|
||||
//! it in `Cargo.toml` as follows:
|
||||
//!
|
||||
//! ```toml
|
||||
//! [dependencies.rocket]
|
||||
|
|
Loading…
Reference in New Issue