servo: Merge #6485 - Remove the unused thread_local feature gate (from Ms2ger:thread_local); r=metajack

Source-Repo: https://github.com/servo/servo
Source-Revision: ac566e90a255033933eff311611286bf0d02c9dc
This commit is contained in:
Ms2ger 2015-06-26 18:26:51 -06:00
Родитель 418336ea22
Коммит 3ad453386f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,6 @@
#![feature(negate_unsigned)]
#![feature(plugin)]
#![feature(str_utf16)]
#![feature(thread_local)]
#![feature(unicode)]
#![feature(unsafe_no_drop_flag)]