WIP fix DiscardIf::Always, thanks matklad :)

This commit is contained in:
Niko Matsakis 2019-03-12 09:26:46 -04:00
parent f48515747c
commit 71f250d037

View file

@ -479,7 +479,7 @@ where
); );
} }
}, },
DiscardIf::Always => false, DiscardIf::Always => true,
}; };
if discard { if discard {