summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-02-25 14:34:32 +0100
committerHampusM <hampus@hampusmat.com>2023-02-25 14:34:32 +0100
commit5a00534bd4c0a44d063c592a471b8b546f1b5925 (patch)
tree2ed65e7b086e2ecafe1c557c87390bd25b1ab523 /src/lib.rs
parent0f7696236b6b4d1011cefc860da332ffe11b1b1f (diff)
refactor: remove ParagraphPart 'inner' method
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f4d465f..11d376c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -15,7 +15,6 @@ use crate::xml::parser::{Error as ParserError, Parser};
pub mod description;
-mod util;
mod xml;
static GL4_DIR: Dir = include_dir!("$CARGO_MANIFEST_DIR/OpenGL-Refpages/gl4");