Fix 'msgpack' module feature enabling docs.

This commit is contained in:
Riley Patterson 2022-06-20 15:22:27 -05:00 committed by Sergio Benitez
parent a62cc654be
commit 01663ed47c
1 changed files with 2 additions and 2 deletions

View File

@ -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]