Merge pull request #2579 from dcampbell24/add-rust-version
Add rust-version.
This commit is contained in:
commit
a61c84b7e0
3 changed files with 4 additions and 2 deletions
|
|
@ -239,7 +239,7 @@ pub fn parse(markdown: &str) -> impl Iterator<Item = Item> + '_ {
|
|||
) if !metadata && !table => {
|
||||
#[cfg(feature = "highlighter")]
|
||||
{
|
||||
use iced_highlighter::{self, Highlighter};
|
||||
use iced_highlighter::Highlighter;
|
||||
use text::Highlighter as _;
|
||||
|
||||
highlighter =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue