Skip to content

Commit

Permalink
[search_generators.rs] Address a Clippy warning about inconsistent `p…
Browse files Browse the repository at this point in the history
…ub` scope.
  • Loading branch information
lgarron committed Oct 17, 2024
1 parent 1acd0af commit d2734af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rs/_internal/canonical_fsm/search_generators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::_internal::{
use super::MoveClassIndex;

#[derive(Clone, Debug)]
struct FlatMoveIndex(usize);
pub struct FlatMoveIndex(usize);

#[derive(Clone, Debug)]
pub struct MoveTransformationInfo {
Expand Down

0 comments on commit d2734af

Please sign in to comment.