Skip to content

Commit

Permalink
Update opcua-core/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sander van Harmelen <[email protected]>
  • Loading branch information
oroulet and svanharmelen authored Jan 4, 2025
1 parent a660cb3 commit b7d822b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions opcua-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ pub mod constants {

pub mod comms;
pub mod config;
pub mod handle;

/// Rust OpcUa specific errors
pub mod errors;
pub mod handle;

pub mod messages;
pub use messages::{Message, MessageType, RequestMessage, ResponseMessage};
Expand Down

0 comments on commit b7d822b

Please sign in to comment.