Merge pull request #1022 from infinityb/cargo-docs-fix

Fix cargo dependency documentation
This commit is contained in:
Steven Fackler 2018-11-24 19:16:22 -07:00 committed by GitHub
commit 91a78bc38b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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