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

@@ -38,8 +38,6 @@ logind-zbus.workspace = true
# serialisation
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true
ron.workspace = true
# Device control
sysfs-class.workspace = true # used for backlight control and baord ID

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;