Skip to content

Commit

Permalink
Removes empty external module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Slayton committed Jul 5, 2023
1 parent c6630c6 commit 2fe6100
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,6 @@ pub use {

pub use result::{IonError, IonResult};

/// Re-exports of third party dependencies that are part of our public API.
///
/// See also: <https://github.com/amazon-ion/ion-rust/issues/302>
pub mod external {}

/// Whether or not the text spacing is generous/human-friendly or something more compact.
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
#[non_exhaustive]
Expand Down

0 comments on commit 2fe6100

Please sign in to comment.