Fixing imports.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
use super::Source;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Document<'s> {
|
||||
pub source: &'s str,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
use super::element::Element;
|
||||
use super::lesser_element::TableCell;
|
||||
use super::Object;
|
||||
use super::Source;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct PlainList<'s> {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
use super::object::Object;
|
||||
use super::PlainText;
|
||||
use super::Source;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Paragraph<'s> {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
use super::Source;
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum Object<'s> {
|
||||
Bold(Bold<'s>),
|
||||
|
||||
Reference in New Issue
Block a user