chore: bump version to 0.2.0
This commit is contained in:
parent
1a2dfd9d85
commit
ce8c0b1c1c
3 changed files with 2 additions and 14 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue