Skip to content

Commit 3d6cc92

Browse files
committed
Restore documented cfg on cxx::Exception
1 parent 4808ad3 commit 3d6cc92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ mod weak_ptr;
477477

478478
pub use crate::cxx_vector::CxxVector;
479479
#[cfg(feature = "alloc")]
480+
#[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
480481
pub use crate::exception::Exception;
481482
pub use crate::extern_type::{kind, ExternType};
482483
pub use crate::shared_ptr::SharedPtr;

0 commit comments

Comments
 (0)