refactor: Updated to the most recent Rust version with 2024 syntax
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::{cell::RefCell, rc::Rc};
|
||||
|
||||
use html_to_markdown::{markdown, TagHandler};
|
||||
use html_to_markdown::{TagHandler, markdown};
|
||||
|
||||
pub fn html_to_md(html: &str) -> String {
|
||||
let mut handlers: Vec<TagHandler> = vec![
|
||||
|
||||
Reference in New Issue
Block a user