Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNereof authored Aug 17, 2022
1 parent 38c9f7c commit 30b07d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use ftml::info::VERSION;
use ftml::render::html::HtmlRender;
use ftml::render::text::TextRender;
use ftml::render::Render;
use ftml::settings::*;

use pyo3::prelude::*;

Expand All @@ -15,9 +14,6 @@ fn render<R: Render>(
text: &mut String,
renderer: &R) -> R::Output
{
let drain = slog::Discard;

// TODO includer
let page_info = page_info_dummy();
let settings = WikitextSettings::from_mode(WikitextMode::Page);

Expand Down

0 comments on commit 30b07d8

Please sign in to comment.