Skip to content

Commit

Permalink
Merge pull request gimli-rs#249 from fitzgen/expose-pointer
Browse files Browse the repository at this point in the history
Reexport `parser::Pointer` at the crate's top level
  • Loading branch information
philipc authored Oct 3, 2017
2 parents 9fd128d + df69be3 commit 6a3f391
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 @@ -175,7 +175,7 @@ pub mod leb128;

mod parser;
pub use parser::{Error, Format, Result};
pub use parser::DebugMacinfoOffset;
pub use parser::{DebugMacinfoOffset, Pointer};

mod reader;
pub use reader::{Reader, ReaderOffset};
Expand Down

0 comments on commit 6a3f391

Please sign in to comment.