diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2021-05-18 21:46:41 -0400 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2021-06-04 08:05:54 -0400 |
| commit | 15fec1fb80b5264d7e2d3382478424abb9afb3d1 (patch) | |
| tree | 791ffbf60606253828e89a8176ef8d0ef0ad35bd /compiler/rustc_feature/src/active.rs | |
| parent | c4c2ab57a43737867982fafc8cfacd9b069fee96 (diff) | |
| download | rust-15fec1fb80b5264d7e2d3382478424abb9afb3d1.tar.gz rust-15fec1fb80b5264d7e2d3382478424abb9afb3d1.zip | |
Remove `doc(include)`
Diffstat (limited to 'compiler/rustc_feature/src/active.rs')
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index a84737e80a0..2054cd3e4c2 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -370,9 +370,6 @@ declare_features! ( /// Allows `#[doc(masked)]`. (active, doc_masked, "1.21.0", Some(44027), None), - /// Allows `#[doc(include = "some-file")]`. - (active, external_doc, "1.22.0", Some(44732), None), - /// Allows using `crate` as visibility modifier, synonymous with `pub(crate)`. (active, crate_visibility_modifier, "1.23.0", Some(53120), None), |
