chore: bump version to 0.2.0

This commit is contained in:
PoiScript 2019-06-28 16:23:35 +08:00
parent 1a2dfd9d85
commit ce8c0b1c1c
3 changed files with 2 additions and 14 deletions

View file

@ -1,11 +0,0 @@
#[cfg_attr(test, derive(PartialEq))]
#[derive(Debug)]
pub struct Fragment<'a> {
value: &'a str,
}
impl<'a> Fragment<'a> {
pub fn parse(src: &'a str) -> Option<(Fragment<'a>, usize)> {
None
}
}

View file

@ -7,7 +7,6 @@ mod drawer;
mod dyn_block;
mod fn_def;
mod fn_ref;
mod fragment;
mod headline;
mod inline_call;
mod inline_src;