Added an extra line to make the formatting conform to the rest of the document.

This commit is contained in:
Christian 2019-08-24 13:38:09 +02:00
parent a577316b0a
commit 55f8dde6c8

View file

@ -184,6 +184,7 @@ pub trait FnMut<Args> : FnOnce<Args> {
/// [nomicon]: ../../nomicon/hrtb.html
///
/// # Examples
///
/// ## Using a `FnOnce` parameter
///
/// ```