Derive debug for markdown::Rendered

This commit is contained in:
Thomas Hurst 2018-08-24 22:37:39 +01:00
parent f2f3bed080
commit 5f1f9efe7a

View file

@ -16,6 +16,7 @@ use context::RenderContext;
const CONTINUE_READING: &str = "<p><a name=\"continue-reading\"></a></p>\n";
#[derive(Debug)]
pub struct Rendered {
pub body: String,
pub summary_len: Option<usize>,