mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 10:18:16 +00:00
chore: use PackageSpec::to_string
instead of homemade format (#673)
This commit is contained in:
parent
7bc30bf2fa
commit
6124ac2837
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ pub fn generate_md_docs(
|
|||
|
||||
log::debug!("module_uses: {module_uses:#?}");
|
||||
|
||||
let title = format!("@{}/{}:{}", spec.namespace, spec.name, spec.version);
|
||||
let title = for_spec.to_string();
|
||||
|
||||
let mut errors = vec![];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue