1
Fork 0

Update code format and tests

This commit is contained in:
Sergi-Ferrez 2024-06-04 13:49:39 +02:00
parent b7a8f1f225
commit 617e64c9e7
7 changed files with 9 additions and 10 deletions

View file

@ -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()
}