mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-08 22:15:14 +02:00
fix(bar): add opt schemars derive on test case
This commit is contained in:
@@ -478,6 +478,7 @@ mod tests {
|
|||||||
use serde_json::json;
|
use serde_json::json;
|
||||||
|
|
||||||
#[derive(Copy, Clone, Debug, Serialize, Deserialize, PartialEq)]
|
#[derive(Copy, Clone, Debug, Serialize, Deserialize, PartialEq)]
|
||||||
|
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
|
||||||
pub enum OriginalDisplayFormat {
|
pub enum OriginalDisplayFormat {
|
||||||
/// Show None Of The Things
|
/// Show None Of The Things
|
||||||
NoneOfTheThings,
|
NoneOfTheThings,
|
||||||
|
|||||||
Reference in New Issue
Block a user