diff options
Diffstat (limited to 'crates/shirabe-semver/src/constraint/constraint_interface.rs')
| -rw-r--r-- | crates/shirabe-semver/src/constraint/constraint_interface.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe-semver/src/constraint/constraint_interface.rs b/crates/shirabe-semver/src/constraint/constraint_interface.rs index f4bd905..f04ed2a 100644 --- a/crates/shirabe-semver/src/constraint/constraint_interface.rs +++ b/crates/shirabe-semver/src/constraint/constraint_interface.rs @@ -1,6 +1,6 @@ //! ref: composer/vendor/composer/semver/src/Constraint/ConstraintInterface.php -use crate::constraint::bound::Bound; +use crate::constraint::Bound; pub trait ConstraintInterface: std::fmt::Debug { fn matches(&self, provider: &dyn ConstraintInterface) -> bool; |
