Add extra doc comments to config-trait

This commit is contained in:
Luke D. Jones
2023-01-07 21:20:53 +13:00
parent 90b711c7b9
commit 5133d398eb
5 changed files with 34 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
use std::convert::From;
use std::fmt;
use config_traits::ron;
use rog_anime::error::AnimeError;
use rog_platform::error::PlatformError;
use rog_profiles::error::ProfileError;