config: Rename tracy span parse => decode config file

This commit is contained in:
Ivan Molodetskikh
2025-10-02 09:46:48 +03:00
parent 5c91e3191d
commit 640e2b08a8

View File

@@ -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();