Update code format and tests
This commit is contained in:
parent
b7a8f1f225
commit
617e64c9e7
7 changed files with 9 additions and 10 deletions
|
@ -79,7 +79,7 @@ struct AsyncFdReadyGuard<'a, T> { x: &'a T }
|
|||
|
||||
impl Foo {
|
||||
// @has async_fn/struct.Foo.html
|
||||
// @has - '//*[@class="method"]' 'pub async fn complicated_lifetimes( &self, context: &impl Bar ) -> impl Iterator<Item = &usize>'
|
||||
// @has - '//*[@class="method"]' 'pub async fn complicated_lifetimes( &self, context: &impl Bar, ) -> impl Iterator<Item = &usize>'
|
||||
pub async fn complicated_lifetimes(&self, context: &impl Bar) -> impl Iterator<Item = &usize> {
|
||||
[0].iter()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue