Skip to content

Commit b17d99c

Browse files
Fix the profile string
1 parent eaa4fcb commit b17d99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide_db/src/items_locator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub fn items_with_name<'a>(
4040
) -> impl Iterator<Item = ItemInNs> + 'a {
4141
let _p = profile::span("items_with_name").detail(|| {
4242
format!(
43-
"Name: {} ({:?}), crate: {:?}, limit: {:?}",
43+
"Name: {}, crate: {:?}, assoc items: {:?}, limit: {:?}",
4444
name.text(),
4545
assoc_item_search,
4646
krate.display_name(sema.db).map(|name| name.to_string()),

0 commit comments

Comments
 (0)