diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-11-17 19:11:41 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-02-04 19:18:11 +0100 |
| commit | 3e61d52784bd20140a8124d41a9661378b65f40e (patch) | |
| tree | 7fd95aad0ffe81007f504e09dbe58086289cb0d2 | |
| parent | cf862df494438923295ae4ca78b40787c6b89d53 (diff) | |
| download | rust-3e61d52784bd20140a8124d41a9661378b65f40e.tar.gz rust-3e61d52784bd20140a8124d41a9661378b65f40e.zip | |
Remove unused feature gates from librustc_errors
| -rw-r--r-- | src/librustc_errors/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs index 17b293401f8..109b151e414 100644 --- a/src/librustc_errors/lib.rs +++ b/src/librustc_errors/lib.rs @@ -4,9 +4,7 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")] #![feature(crate_visibility_modifier)] -#![cfg_attr(unix, feature(libc))] #![feature(nll)] -#![feature(optin_builtin_traits)] pub use emitter::ColorConfig; |
