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/compiling_matcher.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/shirabe-semver/src/compiling_matcher.rs') diff --git a/crates/shirabe-semver/src/compiling_matcher.rs b/crates/shirabe-semver/src/compiling_matcher.rs index f6a3689..737647f 100644 --- a/crates/shirabe-semver/src/compiling_matcher.rs +++ b/crates/shirabe-semver/src/compiling_matcher.rs @@ -5,8 +5,8 @@ use std::sync::OnceLock; use indexmap::IndexMap; -use crate::constraint::constraint::Constraint; -use crate::constraint::constraint_interface::ConstraintInterface; +use crate::constraint::Constraint; +use crate::constraint::ConstraintInterface; static COMPILED_CHECKER_CACHE: OnceLock< Mutex bool + Send + Sync>>>, -- cgit v1.3.1