mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
constellation: allow event tracing to be configured with RUST_LOG (#31659)
This commit is contained in:
parent
b30b79a93a
commit
ed99128132
3 changed files with 267 additions and 7 deletions
|
@ -4,6 +4,9 @@
|
|||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
#[macro_use]
|
||||
mod tracing;
|
||||
|
||||
mod browsingcontext;
|
||||
mod constellation;
|
||||
mod event_loop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue