| commit | 751ee02ffb557c9244af12d49f4173e8d0be3a41 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Thu Mar 25 02:02:20 2021 -0400 |
| committer | David Tolnay <dtolnay@gmail.com> | Thu Mar 25 02:02:20 2021 -0400 |
| tree | d274f020bcb3d9b93f68abdafefee9d4933307a9 | |
| parent | 3690e65e412dc719fc7d750f5d58ffe28b94f5cb [diff] [blame] |
Tweak cxx::vector and cxx::memory module-level doc
diff --git a/src/vector.rs b/src/vector.rs index d360207..4afd487 100644 --- a/src/vector.rs +++ b/src/vector.rs
@@ -1,5 +1,6 @@ -//! Less used details of `CxxVector` are exposed in this module. `CxxVector` -//! itself is exposed at the crate root. +//! Less used details of `CxxVector`. +//! +//! `CxxVector` itself is exposed at the crate root. pub use crate::cxx_vector::{Iter, IterMut, VectorElement}; #[doc(inline)]