From 8880222036f37c6204c8466f25e828447f16dacb Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Mon, 12 Oct 2020 13:44:54 -0400 Subject: rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876) Co-authored-by: Alice Ryhl Co-authored-by: Carl Lerche --- tokio/src/process/unix/driver.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tokio/src/process') diff --git a/tokio/src/process/unix/driver.rs b/tokio/src/process/unix/driver.rs index 2eea0043..62fe8095 100644 --- a/tokio/src/process/unix/driver.rs +++ b/tokio/src/process/unix/driver.rs @@ -1,3 +1,5 @@ +#![cfg_attr(not(feature = "rt-core"), allow(dead_code))] + //! Process driver use crate::park::Park; -- cgit v1.2.3