Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c12ac7e

Browse files
committed
Fix warning
1 parent 9efb4ce commit c12ac7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* TODO(antoyo): remove the patches.
1313
*/
1414

15+
#![cfg_attr(not(bootstrap), allow(internal_features))]
1516
#![cfg_attr(not(bootstrap), doc(rust_logo))]
1617
#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
1718
#![feature(

0 commit comments

Comments
 (0)