Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
21
tests/rustdoc-js/substring.rs
Normal file
21
tests/rustdoc-js/substring.rs
Normal file
|
@ -0,0 +1,21 @@
|
|||
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() {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue