Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in doc of Binary trait in std::fmt #12605

Closed
wants to merge 1 commit into from
Closed

Fix typo in doc of Binary trait in std::fmt #12605

wants to merge 1 commit into from

Conversation

polazarus
Copy link
Contributor

Yep, that's a one-character correction in the doc ;)
Cheers,
M

@bors bors closed this in 53e90c1 Feb 28, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
…-start, r=erhuve

fix: doc_links link type - Determine link type at start (fixes rust-lang#12601)

fixes rust-lang#12601
Looked like autolink/inline mismatch happened because end_link_type was parsed from the Text/Code events.
I changed it to be determined from the Start event, which should hopefully remain accurate while staying true to the cases where link type may need to be changed, according to the comment
```
// normally link's type is determined by the type of link tag in the end event,
// however in some cases we want to change the link type, for example,
// `Shortcut` type doesn't make sense for url links
```
Hopefully this is the desired behavior?
![Untitled](https://user-images.githubusercontent.com/59463268/174696581-3b1140a5-cdf0-4eda-9a11-ec648e4e7d21.gif)
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 4, 2024
Ignore `rustc-ice-` files

When ui-test detects a crash, it writes it into a `rustc-ice-*` file. I find it a bit annoying that git always want's to add them. So this just adds these files to our `.gitignore` :D

---

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant