summaryrefslogtreecommitdiff
path: root/packaging/extern.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/extern.patch')
-rw-r--r--packaging/extern.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/packaging/extern.patch b/packaging/extern.patch
deleted file mode 100644
index 119357b..0000000
--- a/packaging/extern.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/src/lib.rs b/src/lib.rs
-index 24fbfac..29a30d4 100644
---- a/src/lib.rs
-+++ b/src/lib.rs
-@@ -20,6 +20,13 @@
-
- #![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)]
-
-+extern crate futures_lite;
-+extern crate async_lock;
-+extern crate async_task;
-+extern crate concurrent_queue;
-+extern crate slab;
-+extern crate fastrand;
-+
- use std::future::Future;
- use std::marker::PhantomData;
- use std::panic::{RefUnwindSafe, UnwindSafe};