Skip to content

Commit 61135d4

Browse files
committed
fix profile name
1 parent f59cd1a commit 61135d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_hir/src/ty/traits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pub(crate) fn solve_query(
122122
krate: Crate,
123123
trait_ref: Canonical<InEnvironment<Obligation>>,
124124
) -> Option<Solution> {
125-
let _p = profile("implements_query");
125+
let _p = profile("solve_query");
126126
let canonical = trait_ref.to_chalk(db).cast();
127127
// We currently don't deal with universes (I think / hope they're not yet
128128
// relevant for our use cases?)

0 commit comments

Comments
 (0)