mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00
Export shared crate root as module
This commit is contained in:
parent
3b8bf97cb6
commit
ca6c72e505
@ -480,7 +480,7 @@
|
|||||||
#![allow(unused_imports)]
|
#![allow(unused_imports)]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate askama_derive;
|
extern crate askama_derive;
|
||||||
use askama_shared as shared;
|
pub use askama_shared as shared;
|
||||||
|
|
||||||
use std::fs::{self, DirEntry};
|
use std::fs::{self, DirEntry};
|
||||||
use std::io;
|
use std::io;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user