Remove feature flag: ascii_char
This commit is contained in:
parent
3366f31943
commit
20cfb4e7e1
|
@ -3,7 +3,6 @@ use serde::Serialize;
|
||||||
use serde_json::value::Value;
|
use serde_json::value::Value;
|
||||||
use std::{collections::HashMap, fmt::Debug};
|
use std::{collections::HashMap, fmt::Debug};
|
||||||
use tera::{Context, Tera};
|
use tera::{Context, Tera};
|
||||||
// use markup5ever::interface::tree_builder::TreeSink;
|
|
||||||
|
|
||||||
#[derive(Constructor, Debug, Serialize)]
|
#[derive(Constructor, Debug, Serialize)]
|
||||||
pub struct BlogPost {
|
pub struct BlogPost {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#![feature(str_split_remainder)]
|
#![feature(str_split_remainder)]
|
||||||
#![feature(ascii_char)]
|
|
||||||
use chrono::prelude::*;
|
use chrono::prelude::*;
|
||||||
use derive_more::Constructor;
|
use derive_more::Constructor;
|
||||||
use markdown::{to_html_with_options, CompileOptions, Options};
|
use markdown::{to_html_with_options, CompileOptions, Options};
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#![feature(ascii_char)]
|
|
||||||
use std::fs::read_to_string;
|
use std::fs::read_to_string;
|
||||||
pub mod config;
|
pub mod config;
|
||||||
pub mod emoji;
|
pub mod emoji;
|
||||||
|
|
Loading…
Reference in a new issue