We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2d9a8 commit c2482c2Copy full SHA for c2482c2
src/lib.rs
@@ -29,9 +29,8 @@
29
//! from a slice, or from an `std::io` stream.
30
//!
31
//! There is also a lower-level API that allows a given PEM file to be fully consumed
32
-//! in one pass, even if it contains different data types: see [`pem::from_slice()`]
33
-//! and the implementation of the [`pem::PemObject`] trait on the `(pem::SectionKind, Vec<u8>)`
34
-//! tuple.
+//! in one pass, even if it contains different data types: see the implementation of
+//! the [`pem::PemObject`] trait on the `(pem::SectionKind, Vec<u8>)` tuple.
35
36
//! ## Creating new certificates and keys
37
0 commit comments