1
Fork 0

New deprecated_suggestion feature, use in tests

This commit is contained in:
Jacob Pratt 2022-02-16 18:48:33 -05:00
parent 6efc8e34d8
commit 5636655d0f
No known key found for this signature in database
GPG key ID: B80E19E4662B5AA4
10 changed files with 40 additions and 8 deletions

View file

@ -270,6 +270,7 @@
#![feature(doc_cfg)]
#![feature(doc_cfg_hide)]
#![feature(rustdoc_internals)]
#![cfg_attr(not(bootstrap), feature(deprecated_suggestion))]
#![feature(doc_masked)]
#![feature(doc_notable_trait)]
#![feature(dropck_eyepatch)]