[librsvg] Don't re-export LoadOptions from librsvg_crate
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] Don't re-export LoadOptions from librsvg_crate
- Date: Thu, 31 Oct 2019 15:41:09 +0000 (UTC)
commit 737d2bfc89f3a4e400f2db47674653600407f024
Author: Federico Mena Quintero <federico gnome org>
Date: Thu Oct 31 09:23:03 2019 -0600
Don't re-export LoadOptions from librsvg_crate
It's not exposed in the public API.
librsvg_crate/src/lib.rs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/librsvg_crate/src/lib.rs b/librsvg_crate/src/lib.rs
index ba105c04..f17647e3 100644
--- a/librsvg_crate/src/lib.rs
+++ b/librsvg_crate/src/lib.rs
@@ -97,14 +97,13 @@ use std::path::Path;
use gio::{Cancellable, FileExt};
-use rsvg_internals::{Dpi, Handle};
+use rsvg_internals::{Dpi, Handle, LoadOptions};
pub use rsvg_internals::{
DefsLookupErrorKind,
HrefError,
Length,
LengthUnit,
- LoadOptions,
LoadingError,
RenderingError,
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]