Skip to content

Commit

Permalink
make mod pub
Browse files Browse the repository at this point in the history
  • Loading branch information
bend-n committed Oct 11, 2023
1 parent 60f783d commit 162826a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub use dependency::DependencyBuilder;
pub use dependency::{Dependency, DependencyKind};
use diagnostic::Diagnostic;
pub use errors::{Error, Result};
pub use libtest::{SuiteEvent, TestEvent, TestMessage};
pub use libtest::TestMessage;
#[allow(deprecated)]
pub use messages::parse_messages;
pub use messages::{
Expand All @@ -116,7 +116,7 @@ use serde::{Deserialize, Deserializer, Serialize};
mod dependency;
pub mod diagnostic;
mod errors;
mod libtest;
pub mod libtest;
mod messages;

/// An "opaque" identifier for a package.
Expand Down

0 comments on commit 162826a

Please sign in to comment.