summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js/substring.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-js/substring.rs')
-rw-r--r--src/test/rustdoc-js/substring.rs21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/test/rustdoc-js/substring.rs b/src/test/rustdoc-js/substring.rs
deleted file mode 100644
index e729c722c..000000000
--- a/src/test/rustdoc-js/substring.rs
+++ /dev/null
@@ -1,21 +0,0 @@
-pub struct SuperWaker;
-
-impl SuperWaker {
- pub fn local_waker_from_nonlocal() {}
- pub fn local_waker_frm_nonlocal() {}
- pub fn some_method() {}
- pub fn some_other_method() {}
- pub fn waker_non_local() {}
- pub fn from_non_local() {}
-}
-
-pub struct SuperWakerTask;
-
-impl SuperWakerTask {
- pub fn local_waker_from_nonlocal() {}
- pub fn local_waker_frm_nonlocal() {}
- pub fn some_method() {}
- pub fn some_other_method() {}
- pub fn waker_non_local() {}
- pub fn from_non_local() {}
-}