Skip to content

Commit

Permalink
Fix typo in 'Form::into_inner' docs: unclosed codeblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
olback authored and jebrosen committed Oct 11, 2020
1 parent 2d1d7e8 commit 29f4726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lib/src/request/form/form.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ impl<T> Form<T> {
/// form.into_inner().field
/// }
/// # fn main() { }
/// ```
#[inline(always)]
pub fn into_inner(self) -> T {
self.0
Expand Down

0 comments on commit 29f4726

Please sign in to comment.