diff options
| author | Christian <chris_veenman@hotmail.com> | 2019-08-24 13:38:09 +0200 |
|---|---|---|
| committer | Christian <chris_veenman@hotmail.com> | 2019-08-24 13:38:09 +0200 |
| commit | 55f8dde6c89e3af68d4c59232f3d06e6130e9f0a (patch) | |
| tree | 82bfc6f696264c71dc67f20b7765780834cdd34b | |
| parent | a577316b0a136b5ca980032cf1dbe683103ba15f (diff) | |
| download | rust-55f8dde6c89e3af68d4c59232f3d06e6130e9f0a.tar.gz rust-55f8dde6c89e3af68d4c59232f3d06e6130e9f0a.zip | |
Added an extra line to make the formatting conform to the rest of the document.
| -rw-r--r-- | src/libcore/ops/function.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/ops/function.rs b/src/libcore/ops/function.rs index 9bb1ae8572b..4a0a2720fe4 100644 --- a/src/libcore/ops/function.rs +++ b/src/libcore/ops/function.rs @@ -184,6 +184,7 @@ pub trait FnMut<Args> : FnOnce<Args> { /// [nomicon]: ../../nomicon/hrtb.html /// /// # Examples +/// /// ## Using a `FnOnce` parameter /// /// ``` |
