]> git.lizzy.rs Git - rust.git/commitdiff
Fix the profile string
authorKirill Bulatov <mail4score@gmail.com>
Sat, 20 Mar 2021 22:50:59 +0000 (00:50 +0200)
committerKirill Bulatov <mail4score@gmail.com>
Sun, 21 Mar 2021 09:45:37 +0000 (11:45 +0200)
crates/ide_db/src/items_locator.rs

index 9af94b86c2dd3747d2e3a828c4303bc423d92f94..ef796b6f7761c0682a10937c3b8acf9f46777b44 100644 (file)
@@ -40,7 +40,7 @@ pub fn items_with_name<'a>(
 ) -> impl Iterator<Item = ItemInNs> + 'a {
     let _p = profile::span("items_with_name").detail(|| {
         format!(
-            "Name: {} ({:?}), crate: {:?}, limit: {:?}",
+            "Name: {}, crate: {:?}, assoc items: {:?}, limit: {:?}",
             name.text(),
             assoc_item_search,
             krate.display_name(sema.db).map(|name| name.to_string()),