mirror of https://github.com/rwf2/Rocket.git
Clarify behavior of 'Rocket::attach()'.
This commit is contained in:
parent
0079e738e8
commit
ce8817dd3c
|
@ -601,7 +601,9 @@ impl Rocket {
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Attaches a fairing to this instance of Rocket.
|
/// Attaches a fairing to this instance of Rocket. If the fairing is an
|
||||||
|
/// _attach_ fairing, it is run immediately. All other kinds of fairings
|
||||||
|
/// will be executed at their appropriate time.
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue