Skip to content

Commit d003f95

Browse files
committed
Comments update
1 parent c54a733 commit d003f95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/powerlink-rs-xdc/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ extern crate alloc;
1616
// --- Crate Modules ---
1717

1818
mod builder;
19-
mod converter; // Add the new module
19+
mod converter;
2020
mod error;
2121
mod model;
2222
mod parser;
23-
mod resolver; // This now correctly refers to the `src/resolver/mod.rs` directory
23+
mod resolver;
2424
mod types;
2525

2626
// --- Public API Re-exports ---
2727

2828
// Functions
2929
pub use builder::save_xdc_to_string;
30-
pub use converter::{NmtSettings, extract_nmt_settings, to_core_od, xdc_to_storage_map}; // Export the new converter functions and types
30+
pub use converter::{NmtSettings, extract_nmt_settings, to_core_od, xdc_to_storage_map};
3131
pub use error::XdcError;
3232
pub use parser::{load_xdc_from_str, load_xdd_defaults_from_str};
3333

0 commit comments

Comments
 (0)