Merge pull request #3733 from rtfeldman/expect-fx

Expect fx
This commit is contained in:
Richard Feldman 2022-08-09 23:03:37 -04:00 committed by GitHub
commit 0105fa4c4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 323 additions and 21 deletions

View file

@ -129,7 +129,7 @@ pub fn load_types(
// handled by future iterations
None
}
Expectation => {
Expectation | ExpectationFx => {
// not publicly visible
None
}