]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #61757 - sfackler:deprecate-once-init, r=alexcrichton
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 13 Jun 2019 12:51:57 +0000 (14:51 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2019 12:51:57 +0000 (14:51 +0200)
Deprecate ONCE_INIT in future 1.38 release

Once::new() has been a stable const fn for a while now.

Closes #61746


Trivial merge