]> git.lizzy.rs Git - rust.git/commit
std: Don't fail the task when a Future is dropped
authorAlex Crichton <alex@alexcrichton.com>
Mon, 16 Jun 2014 20:24:31 +0000 (13:24 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 17 Jun 2014 01:16:14 +0000 (18:16 -0700)
commit01dc27a219435714ec38d0a2ddd1594d96e4da72
treeeaacc99d8009dfb522a028b53a52c2478307df5e
parent0439162d597d4abfebf93096e71ff45242efe6f0
std: Don't fail the task when a Future is dropped

It's a benign failure that no one needs to know about.

Closes #14892
src/libstd/sync/future.rs