chore(specctra-core/read): remove unnecessary bound from ListTokenizer

This commit is contained in:
Alain Emilia Anna Zscheile 2024-12-06 17:06:07 +01:00 committed by mikolaj
parent 3e7526bcc6
commit ae006173ce
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ impl_ReadDsn_via_FromStr!(
(f64, "f64"); (f64, "f64");
); );
pub struct ListTokenizer<R: std::io::BufRead> { pub struct ListTokenizer<R> {
reader: R, reader: R,
peeked_char: Option<char>, peeked_char: Option<char>,
cached_token: Option<InputToken>, cached_token: Option<InputToken>,