mirror of https://codeberg.org/topola/topola.git
chore(specctra-core/read): remove unnecessary bound from ListTokenizer
This commit is contained in:
parent
3e7526bcc6
commit
ae006173ce
|
|
@ -107,7 +107,7 @@ impl_ReadDsn_via_FromStr!(
|
|||
(f64, "f64");
|
||||
);
|
||||
|
||||
pub struct ListTokenizer<R: std::io::BufRead> {
|
||||
pub struct ListTokenizer<R> {
|
||||
reader: R,
|
||||
peeked_char: Option<char>,
|
||||
cached_token: Option<InputToken>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue