Skip to content

Commit 8d789e4

Browse files
authored
chore(rust): remove redundant assignment in createRepoMetadata (#4627)
Removes an assignment to RepoMetadata.Repo which is already performed in repometadata.FromLibrary.
1 parent becad42 commit 8d789e4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/librarian/rust/generate.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ func createRepoMetadata(cfg *config.Config, library *config.Library, sources *si
9696

9797
// Set fields not set by FromLibrary.
9898
metadata.ClientDocumentation = fmt.Sprintf("https://docs.rs/%s/latest", library.Name)
99-
metadata.Repo = "googleapis/google-cloud-rust"
10099
metadata.LibraryType = repometadata.GAPICAutoLibraryType
101100

102101
return metadata, nil

0 commit comments

Comments
 (0)