We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I wrote this:
fn test() { let a=1; }
after formatted, I got this:
fn test() { let a = 1; }
that is ok.
but when I wrote this:
async fn test() { let a=1; } fn test2 (){}
after formatted, nothing happen.
version: rust-analyzer v0.3.1301