From 97a76b8eec8a7538b97f5ee6fdb80b8cbdbed0e9 Mon Sep 17 00:00:00 2001 From: Benjamin Herr Date: Mon, 9 Jul 2012 04:16:04 +0200 Subject: [PATCH] core: Remove spurious newline in task::run_with documentation --- src/libcore/task.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libcore/task.rs b/src/libcore/task.rs index f41e24c623f..c1030bc730a 100644 --- a/src/libcore/task.rs +++ b/src/libcore/task.rs @@ -344,7 +344,6 @@ fn run_with(-builder: builder, +f: fn~(+A)) { /*! - * * Runs a task, while transfering ownership of one argument to the * child. * -- GitLab