Skip to content

Add git to README.md dependency list because configure requires it #13601

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

Merged
merged 1 commit into from
Apr 18, 2014

Conversation

mdinger
Copy link
Contributor

@mdinger mdinger commented Apr 18, 2014

Configure required git be installed so this should be added to the dependencies list. If it's only required when using git, a note could also be added.

bors added a commit that referenced this pull request Apr 18, 2014
Configure required git be installed so this should be added to the dependencies list.  If it's only required when using git, a note could also be added.
@bors bors closed this Apr 18, 2014
@bors bors merged commit 065c4a6 into rust-lang:master Apr 18, 2014
@mdinger mdinger deleted the readme branch January 2, 2015 20:53
bors pushed a commit to rust-lang-ci/rust that referenced this pull request Jan 28, 2025
Add a new lint `doc_overindented_list_items` to detect and fix list
items
in docs that are overindented.

For example,

```rs
/// - first line
///      second line
fn foo() {}
```

this would be fixed to:

```rs
/// - first line
///   second line
fn foo() {}
```

This lint improves readabiliy and consistency in doc.

---

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

[lint_naming]:
https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints

changelog: [`doc_overindented_list_items`]: Added a new lint that
detects overindented list items in docs
fixes: rust-lang#13601
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