mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 00:31:24 +01:00
switch all tracing imports to observability::prelude
This commit is contained in:
parent
bc5f31b3a2
commit
5fca67054e
63 changed files with 824 additions and 735 deletions
|
|
@ -8,7 +8,6 @@
|
|||
//! This avoids diff churn in the imports when adding/removing log statements.
|
||||
//!
|
||||
//! [`tracing`] is re-exported as `t`, to avoid name collisions.
|
||||
#![allow(unused)]
|
||||
|
||||
pub(crate) use tracing as t;
|
||||
pub(crate) use tracing::Instrument;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue