diff options
| author | pierwill <pierwill@users.noreply.github.com> | 2021-04-07 14:47:01 -0500 |
|---|---|---|
| committer | pierwill <pierwill@users.noreply.github.com> | 2021-04-08 11:12:14 -0500 |
| commit | 0019ca9141d0e397534df87a6a7c4c7ece2646d7 (patch) | |
| tree | adfd5610650d2d998dceba4d5a7b461e7f136cb3 /compiler/rustc_lint/src | |
| parent | b01026de465d5a5ef51e32c1012c43927d2a111c (diff) | |
Fix outdated crate names in compiler docs
Changes `librustc_X` to `rustc_X`, only in documentation comments. Plain code comments are left unchanged. Also fix incorrect file paths.
Diffstat (limited to 'compiler/rustc_lint/src')
| -rw-r--r-- | compiler/rustc_lint/src/builtin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/builtin.rs b/compiler/rustc_lint/src/builtin.rs index 3f16bb9f442..563da1598c4 100644 --- a/compiler/rustc_lint/src/builtin.rs +++ b/compiler/rustc_lint/src/builtin.rs @@ -2280,7 +2280,7 @@ declare_lint! { } declare_lint_pass!( - /// Check for used feature gates in `INCOMPLETE_FEATURES` in `librustc_feature/active.rs`. + /// Check for used feature gates in `INCOMPLETE_FEATURES` in `rustc_feature/src/active.rs`. IncompleteFeatures => [INCOMPLETE_FEATURES] ); |
