Revert "Update crates/ide/src/runnables.rs"
This reverts commit bf47acf1d3451eb281ea56a6ad8f5e1834ce6a8f.
This commit is contained in:
parent
c1685e56b7
commit
0d02be7330
@ -435,7 +435,8 @@ fn module_def_doctest(db: &RootDatabase, def: Definition) -> Option<Runnable> {
|
||||
ty_args.format_with(", ", |ty, cb| cb(&ty.display(db)))
|
||||
);
|
||||
}
|
||||
return Some(format!(r#""{}::{}""#, path, def_name));
|
||||
format_to!(path, "::{}\"", def_name);
|
||||
return Some(format!("\"{}", path));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user