Fix docs markup (#225)

This commit is contained in:
hcpl
2018-03-13 11:43:05 -07:00
committed by Carl Lerche
parent 2abeff01a5
commit 5dab821b29
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ pub struct Spawn(());
/// onto the default executor returns an error. To avoid the panic, use
/// [`DefaultExecutor`].
///
/// [`DefaultExecutor`]: #
/// [`DefaultExecutor`]: struct.DefaultExecutor.html
pub fn spawn<F>(f: F) -> Spawn
where F: Future<Item = (), Error = ()> + 'static + Send
{