Skip to content

Commit

Permalink
better formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
farooqkz committed May 29, 2024
1 parent 9e454d4 commit e5f930f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions benches/my_benchmark.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
use criterion::{black_box, criterion_group, criterion_main, Criterion};
use deltachat_message_parser::parser::{
parse_desktop_set,
parse_markdown_text,
parse_only_text,
is_emoji::get_first_emoji, parse_desktop_set, parse_markdown_text, parse_only_text,
LinkDestination,
is_emoji::get_first_emoji,
};

pub fn criterion_benchmark(c: &mut Criterion) {
Expand Down

0 comments on commit e5f930f

Please sign in to comment.