We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d89ba commit fd61686Copy full SHA for fd61686
doc/basics.md
@@ -13,6 +13,7 @@ Lints] or [Common Tools].
13
- [Setup](#setup)
14
- [Building and Testing](#building-and-testing)
15
- [`cargo dev`](#cargo-dev)
16
+ - [PR](#pr)
17
18
## Get the Code
19
@@ -110,3 +111,8 @@ cargo dev new_lint
110
111
# (experimental) Setup Clippy to work with rust-analyzer
112
cargo dev ra-setup
113
```
114
+
115
+## PR
116
117
+We follow a rustc no merge-commit policy.
118
+See <https://rustc-dev-guide.rust-lang.org/contributing.html#opening-a-pr>.
0 commit comments