mirror of https://github.com/LemmyNet/lemmy.git
Remove commented lines.
parent
e85a2b7467
commit
d2ebc0fbc3
|
@ -8,11 +8,6 @@ pub mod structs;
|
||||||
|
|
||||||
static CONFIG_FILE: &str = "config/config.hjson";
|
static CONFIG_FILE: &str = "config/config.hjson";
|
||||||
|
|
||||||
// static mut WEBFINGER_COMMUNITY_REGEX: Regex = Regex::new("")
|
|
||||||
// .expect("compile webfinger regex");
|
|
||||||
// static mut WEBFINGER_USERNAME_REGEX: Regex = Regex::new("")
|
|
||||||
// .expect("compile webfinger regex");
|
|
||||||
|
|
||||||
impl Settings {
|
impl Settings {
|
||||||
/// Reads config from configuration file.
|
/// Reads config from configuration file.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue