Skip to content

Commit

Permalink
Re-export MetadataName
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 5, 2020
1 parent 1d22389 commit 1d857b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub use context::Context;
pub use cookie::Cookie;
pub use device::{BlendMode, Device};
pub use display_list::DisplayList;
pub use document::{Document, PageIter};
pub use document::{Document, MetadataName, PageIter};
pub use document_writer::DocumentWriter;
pub(crate) use error::ffi_error;
pub use error::Error;
Expand Down

0 comments on commit 1d857b4

Please sign in to comment.