mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-16 13:42:05 +00:00
add missing 'tls' field in doctest
This commit is contained in:
parent
b6fd0bb14e
commit
d5a40fc72b
@ -23,7 +23,8 @@ use serde::{Serialize, Deserialize};
|
||||
/// Config {
|
||||
/// url: "postgres://root:root@localhost/my_database".into(),
|
||||
/// pool_size: 10,
|
||||
/// timeout: 5
|
||||
/// timeout: 5,
|
||||
/// tls: None,
|
||||
/// };
|
||||
/// ```
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user