diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2021-03-17 09:52:45 -0400 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2021-03-17 09:52:45 -0400 |
| commit | bb7c04ae9c8274b63e16e033834d4e1b1dcd3a4b (patch) | |
| tree | 8923ccd432de3cde11aaeb910f64f9c644d18843 /compiler/rustc_errors/src/lib.rs | |
| parent | 2c7490379d7e8854192c176039cfabf6acefe7ef (diff) | |
| download | rust-bb7c04ae9c8274b63e16e033834d4e1b1dcd3a4b.tar.gz rust-bb7c04ae9c8274b63e16e033834d4e1b1dcd3a4b.zip | |
Remove unnecessary `forward_inner_docs` hack
and replace it with `extended_key_value_attributes` feature.
Diffstat (limited to 'compiler/rustc_errors/src/lib.rs')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 1db39fbfba5..fa855f544e8 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -5,6 +5,7 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(crate_visibility_modifier)] #![feature(backtrace)] +#![feature(extended_key_value_attributes)] #![feature(nll)] #[macro_use] |
