remove structs that only exist for their additional field
This commit is contained in:
parent
d1aa5af564
commit
cad6890128
3 changed files with 23 additions and 67 deletions
|
|
@ -4119,7 +4119,7 @@ impl crate::Forgejo {
|
|||
&self,
|
||||
owner: &str,
|
||||
repo: &str,
|
||||
) -> Result<RepoGetLanguagesResponse, ForgejoError> {
|
||||
) -> Result<std::collections::BTreeMap<String, u64>, ForgejoError> {
|
||||
let request = self
|
||||
.get(&format!("repos/{owner}/{repo}/languages"))
|
||||
.build()?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue