about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2018-07-24 00:56:00 +0100
committervarkor <github@varkor.com>2018-08-05 15:54:49 +0100
commitf91d7baaa47efc6c8c2d8a1e6e2c79c3bef2f70d (patch)
tree9caed265df8183aea38a07342cef223c26c4fe1b /src/libsyntax
parent53add5d7d3d4f0ad2cc8b3a965c1886478d94c55 (diff)
downloadrust-f91d7baaa47efc6c8c2d8a1e6e2c79c3bef2f70d.tar.gz
rust-f91d7baaa47efc6c8c2d8a1e6e2c79c3bef2f70d.zip
Add special support for libc
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index 4aafe8bba58..833b6953dcd 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -321,7 +321,6 @@ declare_features! (
     // `extern "x86-interrupt" fn()`
     (active, abi_x86_interrupt, "1.17.0", Some(40180), None),
 
-
     // Allows the `catch {...}` expression
     (active, catch_expr, "1.17.0", Some(31436), Some(Edition::Edition2018)),