mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
cargo clippy --fix
This commit is contained in:
parent
1ab8c7fd27
commit
fad4fa163c
178 changed files with 595 additions and 738 deletions
|
@ -366,11 +366,11 @@ fn return_position_impl_trait() {
|
|||
}
|
||||
let waker = Arc::new(EmptyWaker).into();
|
||||
let mut context = Context::from_waker(&waker);
|
||||
let x = pinned.poll(&mut context);
|
||||
x
|
||||
|
||||
pinned.poll(&mut context)
|
||||
}
|
||||
let x = unwrap_fut(f());
|
||||
x
|
||||
|
||||
unwrap_fut(f())
|
||||
}
|
||||
size_and_align_expr! {
|
||||
struct Foo<T>(T, T, (T, T));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue