servo: Merge #6771 - Remove unused allow(unrooted_must_root) attribute (from Ms2ger:unused-attr); r=jdm

Source-Repo: https://github.com/servo/servo
Source-Revision: 78455ec033c6116732a8f43b909093b7d7732779
This commit is contained in:
Ms2ger 2015-07-27 02:23:53 -06:00
Родитель 6d44729f83
Коммит c9cf829342
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -158,7 +158,6 @@ pub trait RawLayoutHTMLInputElementHelpers {
}
impl LayoutHTMLInputElementHelpers for LayoutJS<HTMLInputElement> {
#[allow(unrooted_must_root)]
#[allow(unsafe_code)]
unsafe fn get_value_for_layout(self) -> String {
#[allow(unsafe_code)]