diff options
Diffstat (limited to 'src/data/config.rs')
-rw-r--r-- | src/data/config.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/config.rs b/src/data/config.rs index 11e10cc..34ec958 100644 --- a/src/data/config.rs +++ b/src/data/config.rs @@ -20,7 +20,6 @@ pub struct Config { pub footer_copyright: Option<String>, } -#[cfg(feature = "ssr")] impl Config { pub fn read_from_file() -> Result<Self, String> { let config_path = Self::get_location()?; |