Export shared crate root as module

This commit is contained in:
Dirkjan Ochtman 2020-01-15 13:49:34 +01:00
parent 3b8bf97cb6
commit ca6c72e505

View File

@ -480,7 +480,7 @@
#![allow(unused_imports)]
#[macro_use]
extern crate askama_derive;
use askama_shared as shared;
pub use askama_shared as shared;
use std::fs::{self, DirEntry};
use std::io;