Skip to content

Commit

Permalink
remove features
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed Jan 2, 2025
1 parent d301be2 commit f010274
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions honeycomb-core/src/cmap/dim3/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ pub mod orbits;
// pub mod sews;
pub mod structure;

// #[cfg(feature = "io")]
// pub mod io;

#[cfg(feature = "utils")]
pub mod utils;

/// Number of beta functions defined for [`CMap3`].
Expand Down
9 changes: 1 addition & 8 deletions honeycomb-core/src/cmap/dim3/utils.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
//! [`CMap3`] utilities implementations
//!
//! <div class="warning">
//!
//! **This code is only compiled if the `utils` feature is enabled.**
//!
//! </div>
//!
//! This module contains utility code for the [`CMap3`] structure that is gated behind the `utils`
//! feature.
//! This module contains utility code for the [`CMap3`] structure.
// ------ IMPORTS

Expand Down

0 comments on commit f010274

Please sign in to comment.