Draft Highlighter API

This commit is contained in:
Héctor Ramón Jiménez 2023-09-17 15:29:14 +02:00
parent 723111bb0d
commit 76dc82e8e8
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
10 changed files with 218 additions and 19 deletions

View file

@ -15,7 +15,7 @@
clippy::needless_borrow,
clippy::new_without_default,
clippy::useless_conversion,
missing_docs,
// missing_docs,
unused_results,
rustdoc::broken_intra_doc_links
)]