Unverified Commit 91a78bc3 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

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

Fix cargo dependency documentation
parents 43fc8702 800c232c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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