diff options
Diffstat (limited to 'web/converse/src/main.rs')
-rw-r--r-- | web/converse/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/converse/src/main.rs b/web/converse/src/main.rs index 177bdf025ede..d17626c17f07 100644 --- a/web/converse/src/main.rs +++ b/web/converse/src/main.rs @@ -16,7 +16,6 @@ // along with this program. If not, see // <https://www.gnu.org/licenses/>. -#[macro_use] extern crate askama; #[macro_use] |