remove unnecessary .into

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-06-12 14:57:58 +02:00
parent 739a51459a
commit 0196b9bf5b
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ pub fn list_tasks(
rpcenv["total"] = Value::from(count); rpcenv["total"] = Value::from(count);
Ok(result.into()) Ok(result)
} }
#[sortable] #[sortable]