]> git.lizzy.rs Git - rust.git/commitdiff
Remove feature gate
authorAaron Hill <aa1ronham@gmail.com>
Tue, 22 Jan 2019 23:37:58 +0000 (18:37 -0500)
committerAaron Hill <aa1ronham@gmail.com>
Fri, 1 Feb 2019 14:43:56 +0000 (09:43 -0500)
src/libsyntax/feature_gate.rs

index 55eb6723188b934b9ce42bdf13226aad0537801a..9dd17b420aa44e890c1b49017bd55744cee1d0fc 100644 (file)
@@ -462,9 +462,6 @@ pub fn walk_feature_fields<F>(&self, mut f: F)
 
     // #[optimize(X)]
     (active, optimize_attribute, "1.34.0", Some(54882), None),
-
-    // Allows using the 'leaked private dependencies' lint
-    (active, public_private_dependencies, "1.32.0", Some(44663), None),
 );
 
 declare_features! (