Fix a typo in a comment

This commit is contained in:
Oliver Schneider 2018-05-08 17:29:09 +02:00
parent cfb6816424
commit 61c58c2f67
No known key found for this signature in database
GPG Key ID: 1D5CB4FC597C3004
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// test that certain things are disallowed in constant functionssignatures
// test that certain things are disallowed in constant functions
#![feature(const_fn)]

View File

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// test that certain things are disallowed in constant functionssignatures
// test that certain things are disallowed in constant functions
#![feature(const_fn, const_let)]