drop final suffixes

This commit is contained in:
Folkert 2022-03-02 21:30:38 +01:00
parent 828483393a
commit 38d3d3169a
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
6 changed files with 40 additions and 42 deletions

View file

@ -16,7 +16,7 @@ pub struct SolvedModule {
pub problems: Vec<solve::TypeError>,
}
pub fn run_solve_soa(
pub fn run_solve(
constraints: &Constraints,
constraint: ConstraintSoa,
rigid_variables: MutMap<Variable, Lowercase>,