Results 5 comments of Anton Sinitsyn

```Rust error[E0308]: mismatched types --> src/post_multipart/post_multipart.rs:38:69 | 38 | let form_data = formdata::read_formdata(&mut hyper_request, headers).unwrap(); | ^^^^^^^ expected struct `hyper::header::Headers`, found struct `hyper::HeaderMap` | = note: expected type `&hyper::header::Headers` found...

Thank you anyway. If i can fix this earlier that you i send PR for you.

Hi @Dowwie! Could you please merge this PR? I have this problem and it would be cool if you could fix it.

@ytmimi Thank you for the instant reply. Sure. Here we go: ```bash $ cargo fmt --version rustfmt 1.7.0-stable (07dca48 2024-02-04) $ cargo fmt -- -v Formatting /home/anton/Yandex.Disk/Аспирантура/Семестр 1/Новая тема CKKS...

> Seems to be a bug caused by rustfmt supplying a byte-index while `annotate-snippets` expects a char-index, because of the cyrillics they're different, I made a PR for it here...