From 5a00534bd4c0a44d063c592a471b8b546f1b5925 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 25 Feb 2023 14:34:32 +0100 Subject: refactor: remove ParagraphPart 'inner' method --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') 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"); -- cgit v1.2.3-18-g5258