mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-11 16:34:12 +00:00
cargo fmt
This commit is contained in:
parent
87f837cec7
commit
7535bb4661
571 changed files with 2210 additions and 2458 deletions
|
|
@ -3,8 +3,8 @@
|
|||
use hir::StructKind;
|
||||
use span::Edition;
|
||||
use syntax::{
|
||||
ast::{make, Expr, Path},
|
||||
ToSmolStr,
|
||||
ast::{Expr, Path, make},
|
||||
};
|
||||
|
||||
/// given a type return the trivial constructor (if one exists)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue