mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 21:41:35 +00:00
Export shared crate root as module
This commit is contained in:
parent
3b8bf97cb6
commit
ca6c72e505
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user