Skip to content

Commit

Permalink
fix tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Jul 19, 2024
1 parent 75f298b commit 353c486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/red_knot_module_resolver/src/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub(crate) fn resolve_module_query<'db>(
///
/// Can return None if a custom typeshed is used that has no `builtins.pyi`.
pub fn builtins_file(db: &dyn Db) -> Option<File> {
let _span = tracing::trace_span!("resolve_builtins").entered();
let _span = tracing::trace_span!("builtins_file").entered();

let resolver_settings = module_resolution_settings(db);

Expand Down

0 comments on commit 353c486

Please sign in to comment.