Skip to content

Commit

Permalink
Merge pull request #1022 from infinityb/cargo-docs-fix
Browse files Browse the repository at this point in the history
Fix cargo dependency documentation
  • Loading branch information
sfackler authored Nov 25, 2018
2 parents 43fc870 + 800c232 commit 91a78bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91a78bc

Please sign in to comment.