We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e529f73 + c37ca78 commit 07fb65aCopy full SHA for 07fb65a
crates/base_db/src/input.rs
@@ -239,6 +239,7 @@ impl CrateGraph {
239
name: CrateName,
240
to: CrateId,
241
) -> Result<(), CyclicDependenciesError> {
242
+ let _p = profile::span("add_dep");
243
if self.dfs_find(from, to, &mut FxHashSet::default()) {
244
return Err(CyclicDependenciesError {
245
from: (from, self[from].display_name.clone()),
0 commit comments