Skip to content

Commit

Permalink
removed unused feature
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Aug 27, 2024
1 parent 7d5b7d8 commit b2c3330
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust/fastsim-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ pub mod vehicle_import;
pub mod vehicle_thermal;
pub mod vehicle_utils;

#[cfg(feature = "dev-proc-macros")]
pub use dev_proc_macros as proc_macros;
#[cfg(not(feature = "dev-proc-macros"))]
pub use fastsim_proc_macros as proc_macros;

#[cfg_attr(feature = "pyo3", pyo3imports::pyfunction)]
Expand Down

0 comments on commit b2c3330

Please sign in to comment.