diff --git a/src/distributions/gamma.rs b/src/distributions/gamma.rs index 8df975efa46..e96670925bd 100644 --- a/src/distributions/gamma.rs +++ b/src/distributions/gamma.rs @@ -7,8 +7,6 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. -// -// ignore-lexer-test FIXME #15679 //! The Gamma and derived distributions.