mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Replace AdjacentPosition::parse by TryFrom
This commit is contained in:
parent
7492546095
commit
87800fa902
2 changed files with 9 additions and 5 deletions
|
@ -19,6 +19,7 @@
|
|||
#![feature(slice_patterns)]
|
||||
#![feature(stmt_expr_attributes)]
|
||||
#![feature(question_mark)]
|
||||
#![feature(try_from)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
#![allow(non_snake_case)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue