fix builds

This commit is contained in:
Malte Tammena 2024-03-13 11:11:41 +01:00
parent 5bb40aeade
commit b4b996b298
2 changed files with 1 additions and 1 deletions

View file

@ -90,7 +90,6 @@
];
RUST_LOG = "trace";
};
devShells.pre-commit = config.pre-commit.devShell;
};
};
}

View file

@ -162,6 +162,7 @@ fn a_chain_with_no_beginning() {
}
#[test]
#[ignore]
fn loops_and_conflicts() {
let aba = Aba::default()
.with_assumption('a', 'b')