Skip to content

Commit 7ec478d

Browse files
committed
Auto merge of rust-lang#85457 - jyn514:remove-doc-include, r=GuillaumeGomez
Remove `doc(include)` This nightly feature is redundant now that `extended_key_value_attributes` is stable (rust-lang#83366). `@rust-lang/rustdoc` not sure if you think this needs FCP; there was already an FCP in rust-lang#82539, but technically it was for deprecating, not removing the feature altogether. This should not be merged before rust-lang#83366. cc `@petrochenkov`
2 parents f3acf23 + 48200a5 commit 7ec478d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@
159159
#![feature(const_fn_transmute)]
160160
#![feature(abi_unadjusted)]
161161
#![feature(adx_target_feature)]
162-
#![feature(external_doc)]
163162
#![feature(associated_type_bounds)]
164163
#![feature(const_caller_location)]
165164
#![feature(slice_ptr_get)]

0 commit comments

Comments
 (0)