Kill fragments

This commit is contained in:
Anthony Ramine 2019-08-20 11:44:09 +02:00 committed by Anthony Ramine
parent 5bcb1b579c
commit d0d4bb7c99
4 changed files with 0 additions and 107 deletions

View file

@ -6,13 +6,7 @@
pub mod context;
pub mod data;
mod fragment;
pub mod opaque_node;
pub mod query;
pub mod traversal;
pub mod wrapper;
// For unit tests:
pub use crate::fragment::Fragment;
use servo_arc::Arc as ServoArc;