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