Index: syntect/Cargo.toml
===================================================================
--- syntect.orig/Cargo.toml
+++ syntect/Cargo.toml
@@ -125,9 +125,6 @@ version = "0.2"
 [dev-dependencies.pretty_assertions]
 version = "0.6"
 
-[dev-dependencies.public-api]
-version = "0.33.1"
-
 [dev-dependencies.rayon]
 version = "1.0.0"
 
Index: syntect/tests/public_api.rs
===================================================================
--- syntect.orig/tests/public_api.rs
+++ syntect/tests/public_api.rs
@@ -1,4 +1,4 @@
-#[test]
+/*#[test]
 fn public_api() {
     // Install a compatible nightly toolchain if it is missing
     rustup_toolchain::install(public_api::MINIMUM_NIGHTLY_RUST_VERSION).unwrap();
@@ -17,4 +17,4 @@ fn public_api() {
 
     // Assert that the public API looks correct
     expect_test::expect_file!["public-api.txt"].assert_eq(&public_api.to_string());
-}
+}*/
