We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becad42 commit 8d789e4Copy full SHA for 8d789e4
1 file changed
internal/librarian/rust/generate.go
@@ -96,7 +96,6 @@ func createRepoMetadata(cfg *config.Config, library *config.Library, sources *si
96
97
// Set fields not set by FromLibrary.
98
metadata.ClientDocumentation = fmt.Sprintf("https://docs.rs/%s/latest", library.Name)
99
- metadata.Repo = "googleapis/google-cloud-rust"
100
metadata.LibraryType = repometadata.GAPICAutoLibraryType
101
102
return metadata, nil
0 commit comments