feat: improve signature formatting in docs (#750)

* feat: improve signature formatting in docs

* test: update snapshot

* fix: package docs formatting
This commit is contained in:
Myriad-Dreamin 2024-10-30 15:17:08 +08:00 committed by GitHub
parent b97907cde6
commit ac97c34d0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 129 additions and 60 deletions

View file

@ -439,6 +439,6 @@ mod tests {
#[test]
fn test_pkgs() {
snapshot_testing("completion-pkgs", &run(TestConfig { pkg_mode: true }));
snapshot_testing("pkgs", &run(TestConfig { pkg_mode: true }));
}
}