Skip to content

Commit

Permalink
Merge pull request #1296 from dtolnay/doccfg
Browse files Browse the repository at this point in the history
Restore documented cfg on cxx::Exception
  • Loading branch information
dtolnay committed Jan 1, 2024
2 parents 4808ad3 + 3d6cc92 commit a02447a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ mod weak_ptr;

pub use crate::cxx_vector::CxxVector;
#[cfg(feature = "alloc")]
#[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
pub use crate::exception::Exception;
pub use crate::extern_type::{kind, ExternType};
pub use crate::shared_ptr::SharedPtr;
Expand Down

0 comments on commit a02447a

Please sign in to comment.