Remove feature flag: ascii_char

This commit is contained in:
viridian 2024-05-06 17:04:11 +02:00
parent 3366f31943
commit 20cfb4e7e1
Signed by: viridian
GPG key ID: DCD4DF95CE23FE8C
3 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@ use serde::Serialize;
use serde_json::value::Value;
use std::{collections::HashMap, fmt::Debug};
use tera::{Context, Tera};
// use markup5ever::interface::tree_builder::TreeSink;
#[derive(Constructor, Debug, Serialize)]
pub struct BlogPost {

View file

@ -1,5 +1,4 @@
#![feature(str_split_remainder)]
#![feature(ascii_char)]
use chrono::prelude::*;
use derive_more::Constructor;
use markdown::{to_html_with_options, CompileOptions, Options};

View file

@ -1,4 +1,3 @@
#![feature(ascii_char)]
use std::fs::read_to_string;
pub mod config;
pub mod emoji;