Skip to content

Commit ec9b3a3

Browse files
committed
Remove unused function
1 parent 586189c commit ec9b3a3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/formatting/formatter.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,13 +1294,6 @@ impl<'a, 'i> Line<'a, 'i> {
12941294
}
12951295
}
12961296

1297-
fn add_fragments(&mut self, fragments: Vec<(Syntax, Cow<'i, str>)>) {
1298-
// All fragments should be atomic - the formatter is responsible for breaking up content
1299-
for (syntax, content) in fragments {
1300-
self.add_atomic_cow(syntax, content);
1301-
}
1302-
}
1303-
13041297
fn add_no_wrap(&mut self, syntax: Syntax, content: Cow<'i, str>) {
13051298
// Add content that must never wrap mid-construct (inline code,
13061299
// applications, bindings) Unlike add_atomic_cow(), this bypasses

0 commit comments

Comments
 (0)