Skip to content

Commit

Permalink
Remove the integration module.
Browse files Browse the repository at this point in the history
This change removes re-exports of dependencies. These re-exports provide
direct access to transient dependencies, but this crate isn't helped
much by this and it may in fact be an anti-pattern. Downstream crates
should probably manage dependencies like `miette` and `mitsein` via
Cargo and other standard practice instead.
  • Loading branch information
olson-sean-k committed Nov 16, 2024
1 parent 32179a4 commit 7f9941b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ use std::fmt::{self, Debug, Display, Formatter};
use std::iter::{Chain, Flatten};
use std::option;

pub mod integration {
pub mod miette {
#[doc(hidden)]
pub use ::miette::*;
}
}

pub mod prelude {
pub use crate::{
BoxedDiagnosticExt as _, DiagnosticExt as _, DiagnosticResultExt as _, ErrorExt as _,
Expand Down

0 comments on commit 7f9941b

Please sign in to comment.