diff options
| author | Philipp A | 2019-12-08 20:02:58 +0100 | 
|---|---|---|
| committer | Philipp A | 2019-12-08 20:02:58 +0100 | 
| commit | 008b29ea8a15b28df5b84efaf124bd79aa1f8fa3 (patch) | |
| tree | 12967419978835cf42749279dba38aef7f1dabdd /src/parser/conversion/inline.rs | |
| parent | f1c1422d0ae17f46999735bbb787cca188ecfa54 (diff) | |
| download | rust-rst-008b29ea8a15b28df5b84efaf124bd79aa1f8fa3.tar.bz2 | |
Render simple section IDs and numbers
Diffstat (limited to 'src/parser/conversion/inline.rs')
| -rw-r--r-- | src/parser/conversion/inline.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/parser/conversion/inline.rs b/src/parser/conversion/inline.rs index bdabbf0..52803ef 100644 --- a/src/parser/conversion/inline.rs +++ b/src/parser/conversion/inline.rs @@ -2,11 +2,11 @@ use failure::Error;  use pest::iterators::Pair;  use crate::document_tree::{ +	HasChildren,  	elements as e,  	element_categories as c,  	extra_attributes as a,  	attribute_types as at, -	element_categories::HasChildren,  };  use crate::parser::{ | 
