doc(library/unifier): ignore flex-flex constraints
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
7df397fe63
commit
60f230a206
1 changed files with 2 additions and 1 deletions
|
@ -911,7 +911,8 @@ struct unifier_fn {
|
|||
}
|
||||
|
||||
bool process_flex_flex(constraint const &) {
|
||||
// TODO(Leo):
|
||||
// We just ignore flex-flex constraints.
|
||||
// This kind of constraint does not occur very often.
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue