Mark this instance as having a mismatch which can be auto-fixed
(&self, state: FixableInstance, expected_specifier: &Rc<Specifier>)
| 241 | |
| 242 | /// Mark this instance as having a mismatch which can be auto-fixed |
| 243 | pub fn mark_fixable(&self, state: FixableInstance, expected_specifier: &Rc<Specifier>) -> &Self { |
| 244 | self.set_state(InstanceState::Invalid(InvalidInstance::Fixable(state)), expected_specifier) |
| 245 | } |
| 246 | |
| 247 | /// Mark this instance as a mismatch which can't be auto-fixed, its semver |
| 248 | /// group and version group config are in conflict with one another, asking |