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

Improvements to mkdir_recursive #6107

Merged
merged 2 commits into from
Apr 30, 2013
Merged

Conversation

catamorphism
Copy link
Contributor

r? @brson This hopefully addresses your concerns about the termination condition, and adds more tests. With a bonus documentation commit.

Instead of checking whether the parent is "." or "/", check the
number of components.

Also, more tests.
bors added a commit that referenced this pull request Apr 30, 2013
r? @brson This hopefully addresses your concerns about the termination condition, and adds more tests. With a bonus documentation commit.
@bors bors closed this Apr 30, 2013
@bors bors merged commit d045ce7 into rust-lang:incoming Apr 30, 2013
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 24, 2020
…e, r=flip1995

Ref style link false positive

This PR does not fix rust-lang#5834, but it records the problematic link text as a **known problem** inside `doc_markdown` lint.

r? `@flip1995`

- [ ] Followed [lint naming conventions][lint_naming]
- [ ] Added passing UI tests (including committed `.stderr` file)
- [x] `cargo test` passes locally
- [x] Executed `cargo dev update_lints`
- [ ] Added lint documentation
- [x] Run `cargo dev fmt`

---

*Please keep the line below*
changelog: Document problematic link text style as known problem for `doc_markdown`
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.

3 participants