diff rust/hg-cpython/src/lib.rs @ 48839:7b068abe4aa2

rust: jettison Python 2 support Differential Revision: https://phab.mercurial-scm.org/D12283
author Augie Fackler <augie@google.com>
date Wed, 02 Mar 2022 10:32:36 -0500
parents 1194394510ba
children 136aa80aa8b2
line wrap: on
line diff
--- a/rust/hg-cpython/src/lib.rs	Wed Mar 02 10:30:37 2022 -0500
+++ b/rust/hg-cpython/src/lib.rs	Wed Mar 02 10:32:36 2022 -0500
@@ -62,7 +62,7 @@
     Ok(())
 });
 
-#[cfg(not(any(feature = "python27-bin", feature = "python3-bin")))]
+#[cfg(not(feature = "python3-bin"))]
 #[test]
 #[ignore]
 fn libpython_must_be_linked_to_run_tests() {