test: hide local tests behind ff
This commit is contained in:
parent
8470bb3183
commit
2147fc7b98
4 changed files with 13 additions and 11 deletions
|
|
@ -14,7 +14,7 @@ mod paths;
|
|||
|
||||
type Result<T> = std::result::Result<T, ThemeError>;
|
||||
|
||||
pub static THEMES: Lazy<BTreeMap<String, Vec<Theme>>> = Lazy::new(|| get_all_themes());
|
||||
pub static THEMES: Lazy<BTreeMap<String, Vec<Theme>>> = Lazy::new(get_all_themes);
|
||||
|
||||
pub struct Theme {
|
||||
pub path: ThemePath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue