Improve debugging experience

This commit is contained in:
Nadrieril
2024-03-29 19:40:54 +01:00
parent 204805a092
commit 8cf2c0dc67
3 changed files with 10 additions and 7 deletions

View File

@@ -974,7 +974,6 @@ impl<Cx: PatCx> ConstructorSet<Cx> {
/// any) are missing; 2/ split constructors to handle non-trivial intersections e.g. on ranges
/// or slices. This can get subtle; see [`SplitConstructorSet`] for details of this operation
/// and its invariants.
#[instrument(level = "debug", skip(self, ctors), ret)]
pub fn split<'a>(
&self,
ctors: impl Iterator<Item = &'a Constructor<Cx>> + Clone,