diff options
Diffstat (limited to 'tests/rustdoc-js/substring.rs')
-rw-r--r-- | tests/rustdoc-js/substring.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/rustdoc-js/substring.rs b/tests/rustdoc-js/substring.rs index e729c722c..ea88894d0 100644 --- a/tests/rustdoc-js/substring.rs +++ b/tests/rustdoc-js/substring.rs @@ -19,3 +19,5 @@ impl SuperWakerTask { pub fn waker_non_local() {} pub fn from_non_local() {} } + +pub fn m_y_substringmatching() {} |