Update 'Rocket::custom()' docs to match signature.

Resolves #910.
This commit is contained in:
Sergio Benitez 2019-02-06 17:18:11 -08:00
parent 90296dde80
commit de9a98edd2

View File

@ -355,9 +355,8 @@ impl Rocket {
}
/// Creates a new `Rocket` application using the supplied custom
/// configuration information. The `Rocket.toml` file, if present, is
/// ignored. Any environment variables setting config parameters are
/// ignored. If `log` is `true`, logging is enabled.
/// configuration. The `Rocket.toml` file, if present, is ignored. Any
/// environment variables setting config parameters are ignored.
///
/// This method is typically called through the `rocket::custom` alias.
///