Move util::tid to style

This commit is contained in:
Anthony Ramine 2016-07-05 10:13:12 +02:00
parent e3eeb643f0
commit 744b94346a
4 changed files with 2 additions and 2 deletions

View file

@ -11,8 +11,8 @@ use selector_impl::SelectorImplExt;
use selectors::Element;
use selectors::bloom::BloomFilter;
use std::cell::RefCell;
use tid::tid;
use util::opts;
use util::tid::tid;
/// Every time we do another layout, the old bloom filters are invalid. This is
/// detected by ticking a generation number every layout.