chore(doc): inline re-exported API docs

This commit is contained in:
Michael Aaron Murphy 2024-05-20 17:19:42 +02:00
parent 16c1265535
commit 0d4c3db162
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
5 changed files with 93 additions and 2 deletions

View file

@ -4,4 +4,5 @@
//! Configurations available to libcosmic applications.
pub mod toolkit;
#[doc(inline)]
pub use toolkit::CosmicTk;