summaryrefslogtreecommitdiffstats
path: root/tokio-executor/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-executor/src/lib.rs')
-rw-r--r--tokio-executor/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tokio-executor/src/lib.rs b/tokio-executor/src/lib.rs
index 22093732..e867af4d 100644
--- a/tokio-executor/src/lib.rs
+++ b/tokio-executor/src/lib.rs
@@ -56,6 +56,9 @@
//! [`DefaultExecutor`]: struct.DefaultExecutor.html
//! [`Park`]: park/index.html
//! [`Future::poll`]: https://doc.rust-lang.org/std/future/trait.Future.html#tymethod.poll
+#[cfg(any(feature = "current-thread", feature = "threadpool"))]
+#[macro_use]
+mod tracing;
mod enter;
mod error;