update rust crate
This commit is contained in:
@@ -26,9 +26,7 @@ fn main() {
|
||||
.get_data(),
|
||||
addr,
|
||||
) {
|
||||
tokens
|
||||
.iter()
|
||||
.for_each(|token| print!("{}", token.text().as_str()));
|
||||
tokens.iter().for_each(|token| print!("{}", token.text()));
|
||||
println!();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user