diff options
| -rw-r--r-- | niri-config/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/niri-config/src/lib.rs b/niri-config/src/lib.rs index 2ba2a121..81971cff 100644 --- a/niri-config/src/lib.rs +++ b/niri-config/src/lib.rs @@ -134,7 +134,7 @@ where nodes: &[knuffel::ast::SpannedNode<S>], ctx: &mut knuffel::decode::Context<S>, ) -> Result<Self, DecodeError<S>> { - let _span = tracy_client::span!("parse config file"); + let _span = tracy_client::span!("decode config file"); let config = ctx.get::<Rc<RefCell<Config>>>().unwrap().clone(); let includes = ctx.get::<Rc<RefCell<Includes>>>().unwrap().clone(); |
