mirror of https://github.com/rwf2/Rocket.git
Fix typo in 'Form::into_inner' docs: unclosed codeblock.
This commit is contained in:
parent
2d1d7e8c89
commit
29f4726127
|
@ -130,6 +130,7 @@ impl<T> Form<T> {
|
|||
/// form.into_inner().field
|
||||
/// }
|
||||
/// # fn main() { }
|
||||
/// ```
|
||||
#[inline(always)]
|
||||
pub fn into_inner(self) -> T {
|
||||
self.0
|
||||
|
|
Loading…
Reference in New Issue