Skip to content
Snippets Groups Projects
Commit 800c232c authored by Stacey Ell's avatar Stacey Ell
Browse files

Fix cargo dependency documentation

`feature` -> `features`
parent 43fc8702
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@
//!
//! ```toml
//! [dependencies]
//! openssl = { version = "0.10", feature = ["vendored"] }
//! openssl = { version = "0.10", features = ["vendored"] }
//! ```
//!
//! The vendored copy will not be configured to automatically find the system's root certificates, but the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment