Skip to content

fix: upgrade mt dom api #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 16, 2022
Merged

fix: upgrade mt dom api #4

merged 3 commits into from
Mar 16, 2022

Conversation

CurryPseudo
Copy link

Fix compile error:

error[E0599]: no method named `text` found for reference `&Node<&str, &str, svgbob::sauron::prelude::Leaf, &str, AttributeValue<()>>` in the current scope
   --> src\textproc.rs:297:47
    |
297 |                     if let Some(text) = child.text() {
    |                                               ^^^^ method not found in `&Node<&str, &str, svgbob::sauron::prelude::Leaf, &str, AttributeValue<()>>`

@yvt yvt merged commit 448cba9 into yvt:main Mar 16, 2022
@yvt
Copy link
Owner

yvt commented Mar 16, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants