mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38:21 -05:00
🚨 fix: make cargo checks happy (#523)
This commit is contained in:
parent
8a649e61fb
commit
e11e1318cd
@ -134,6 +134,7 @@ impl Config {
|
|||||||
});
|
});
|
||||||
|
|
||||||
Ok(Config {
|
Ok(Config {
|
||||||
|
operating_system_tls_certificates: globals.get::<_, bool>("operating_system_tls_certificates")?,
|
||||||
port: globals.get::<_, u16>("port")?,
|
port: globals.get::<_, u16>("port")?,
|
||||||
binding_ip: globals.get::<_, String>("binding_ip")?,
|
binding_ip: globals.get::<_, String>("binding_ip")?,
|
||||||
style: Style::new(
|
style: Style::new(
|
||||||
|
Loading…
Reference in New Issue
Block a user