You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to push a new branch fix_typo_in_trait_name with the typo fix, but I got an error ERROR: Permission to rust-lang/rust-by-example.git denied to DenisNavarro.
The text was updated successfully, but these errors were encountered:
I just learned that the permission denied was normal. I was used to follow a workflow in companies in which the pull requests were not from a fork.
This time, I did a pull request with the correct process: #1614
DenisNavarro
changed the title
Typo (FromIter instead of FromIterator) and permission denied when trying to push a new branch
Typo (FromIter instead of FromIterator)
Sep 26, 2022
Hello.
In "18.6. Iterating over Results", it is written:
instead of:
Source: https://github.com/rust-lang/rust-by-example/blob/767a6bd9727a596d7cfdbaeee475e65b2670ea3a/src/error/iter_result.md#fail-the-entire-operation-with-collect
I tried to push a new branch
fix_typo_in_trait_name
with the typo fix, but I got an errorERROR: Permission to rust-lang/rust-by-example.git denied to DenisNavarro.
The text was updated successfully, but these errors were encountered: