From 2914770fba6b3cc03a68fae493f60470a41962ec Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 20 May 2026 09:54:30 +0900 Subject: refactor: re-export module items to shorten import paths --- crates/shirabe-semver/src/constraint/match_none_constraint.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/shirabe-semver/src/constraint/match_none_constraint.rs') diff --git a/crates/shirabe-semver/src/constraint/match_none_constraint.rs b/crates/shirabe-semver/src/constraint/match_none_constraint.rs index 51e13fd..587058a 100644 --- a/crates/shirabe-semver/src/constraint/match_none_constraint.rs +++ b/crates/shirabe-semver/src/constraint/match_none_constraint.rs @@ -1,7 +1,7 @@ //! ref: composer/vendor/composer/semver/src/Constraint/MatchNoneConstraint.php -use crate::constraint::bound::Bound; -use crate::constraint::constraint_interface::ConstraintInterface; +use crate::constraint::Bound; +use crate::constraint::ConstraintInterface; #[derive(Debug)] pub struct MatchNoneConstraint { -- cgit v1.3.1