Skip to content

Commit

Permalink
fix: process lint before release
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed Jun 26, 2024
1 parent 5e17e24 commit 11f16eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion honeycomb-core/src/cmap2/structure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ impl<T: CoordsFloat> CMap2<T> {
/// # Example
///
/// See [`CMap2`] example.
#[allow(unused)]
#[must_use = "constructed object is not used, consider removing this function call"]
pub(crate) fn new(n_darts: usize) -> Self {
Self {
Expand Down Expand Up @@ -209,7 +210,6 @@ impl<T: CoordsFloat> CMap2<T> {
/// # Example
///
/// See [`CMap2`] example.
#[cfg(feature = "utils")]
#[must_use = "constructed object is not used, consider removing this function call"]
pub(crate) fn new_with_undefined_attributes(
n_darts: usize,
Expand Down

0 comments on commit 11f16eb

Please sign in to comment.