mirror of
https://github.com/YaLTeR/niri.git
synced 2025-10-05 16:12:47 +02:00
config: Rename tracy span parse => decode config file
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user