mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Add a very simple use counter implementation.
As simple as I could make it, for now. We can improve on this. Differential Revision: https://phabricator.services.mozilla.com/D3827
This commit is contained in:
parent
c3a4b27441
commit
c8e5b7f1b0
4 changed files with 105 additions and 45 deletions
|
@ -157,6 +157,7 @@ pub mod thread_state;
|
|||
pub mod timer;
|
||||
pub mod traversal;
|
||||
pub mod traversal_flags;
|
||||
pub mod use_counters;
|
||||
#[macro_use]
|
||||
#[allow(non_camel_case_types)]
|
||||
pub mod values;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue