diff options
author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-07-12 23:33:49 +0200 |
---|---|---|
committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-07-12 23:33:49 +0200 |
commit | 87800fa902115b92f145bba2374932d5f6ac4093 (patch) | |
tree | 04b72d0c346e2e7fde2d337af94fc2033e13f6ad /components/script/lib.rs | |
parent | 74925460952ac070ff5e365b6fe6b886fd81861b (diff) | |
download | servo-87800fa902115b92f145bba2374932d5f6ac4093.tar.gz servo-87800fa902115b92f145bba2374932d5f6ac4093.zip |
Replace AdjacentPosition::parse by TryFrom
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index ebc5b4a1686..2744115aff1 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -19,6 +19,7 @@ #![feature(slice_patterns)] #![feature(stmt_expr_attributes)] #![feature(question_mark)] +#![feature(try_from)] #![deny(unsafe_code)] #![allow(non_snake_case)] |