mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
reformat the world
This commit is contained in:
parent
5cb1d41a30
commit
12e3b4c70b
129 changed files with 727 additions and 2509 deletions
|
@ -136,10 +136,7 @@ pub(crate) struct Marker {
|
|||
|
||||
impl Marker {
|
||||
fn new(pos: u32) -> Marker {
|
||||
Marker {
|
||||
pos,
|
||||
bomb: DropBomb::new("Marker must be either completed or abandoned"),
|
||||
}
|
||||
Marker { pos, bomb: DropBomb::new("Marker must be either completed or abandoned") }
|
||||
}
|
||||
|
||||
/// Finishes the syntax tree node and assigns `kind` to it,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue