We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2754510 commit d0d581bCopy full SHA for d0d581b
src/tests/suggest-tests.md
@@ -50,6 +50,6 @@ The following steps should serve as a rough guide to add suggestions to
50
as either static or dynamic.
51
3. Implement the suggestion. If it is dynamic then a test is highly recommended,
52
to verify that your logic is correct and to give an example of the suggestion.
53
- See the [tests.rs](https://github.com/rust-lang/rust/blob/master/src/tools/suggest-tests/src/static_suggestions.rs)
+ See the [tests.rs](https://github.com/rust-lang/rust/blob/master/src/tools/suggest-tests/src/tests.rs)
54
file.
55
4. Open a PR implementing your suggestion. **(TODO: add example PR)**
0 commit comments