Skip to content

Commit 4dd6f89

Browse files
committed
Fix Apple builds
1 parent b7453f5 commit 4dd6f89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

leaf/src/option/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ lazy_static! {
6666
pub static ref DNS_CACHE_SIZE: usize = {
6767
get_env_var_or("DNS_CACHE_SIZE", 512)
6868
};
69+
}
6970

71+
lazy_static! {
7072
/// Maximum number of recent connections stored in StatManager.
7173
pub static ref MAX_RECENT_CONNECTIONS: usize = {
7274
get_env_var_or("MAX_RECENT_CONNECTIONS", 0)
7375
};
74-
}
7576

76-
lazy_static! {
7777
pub static ref HTTP_USER_AGENT: String = {
7878
get_env_var_or_else(
7979
"HTTP_USER_AGENT",

0 commit comments

Comments
 (0)