mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 07:10:29 +00:00
Tweak cxx::vector and cxx::memory module-level doc
This commit is contained in:
parent
3690e65e41
commit
751ee02ffb
@ -1,3 +1,7 @@
|
||||
//! Less used details of `UniquePtr` and `SharedPtr`.
|
||||
//!
|
||||
//! The pointer types themselves are exposed at the crate root.
|
||||
|
||||
pub use crate::shared_ptr::SharedPtrTarget;
|
||||
pub use crate::unique_ptr::UniquePtrTarget;
|
||||
#[doc(no_inline)]
|
||||
|
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user