diff options
Diffstat (limited to 'src/libcore/task/local_data.rs')
| -rw-r--r-- | src/libcore/task/local_data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/task/local_data.rs b/src/libcore/task/local_data.rs index 05a4e35b249..42765ef139f 100644 --- a/src/libcore/task/local_data.rs +++ b/src/libcore/task/local_data.rs @@ -45,7 +45,7 @@ use task; * * These two cases aside, the interface is safe. */ -pub type LocalDataKey<T: Durable> = &fn(v: @T); +pub type LocalDataKey<T> = &fn(v: @T); /** * Remove a task-local data value from the table, returning the |
