]> git.proxmox.com Git - rustc.git/blobdiff - vendor/rustc-rayon-core/src/internal/mod.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / vendor / rustc-rayon-core / src / internal / mod.rs
diff --git a/vendor/rustc-rayon-core/src/internal/mod.rs b/vendor/rustc-rayon-core/src/internal/mod.rs
deleted file mode 100644 (file)
index f9f2b8f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-//! The internal directory contains internal APIs not meant to be
-//! exposed to "end-users" of Rayon, but rather which are useful for
-//! constructing abstractions.
-//!
-//! These APIs are still unstable.
-
-pub mod task;
-pub mod worker;