diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-05-01 15:24:32 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-05-01 16:45:27 +0200 |
| commit | 2f6abd190da3dba44058253cbbfdb900906ef1b6 (patch) | |
| tree | bf6bd56ae972a28188de734818c4af978413edbe /tests/rustdoc/custom_code_classes.rs | |
| parent | 378a43a06510f3e3a49c69c8de71745e6a884048 (diff) | |
| download | rust-2f6abd190da3dba44058253cbbfdb900906ef1b6.tar.gz rust-2f6abd190da3dba44058253cbbfdb900906ef1b6.zip | |
Stabilize `custom_code_classes_in_docs` feature
Diffstat (limited to 'tests/rustdoc/custom_code_classes.rs')
| -rw-r--r-- | tests/rustdoc/custom_code_classes.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rustdoc/custom_code_classes.rs b/tests/rustdoc/custom_code_classes.rs index cd20d8b7d6c..569857a09cb 100644 --- a/tests/rustdoc/custom_code_classes.rs +++ b/tests/rustdoc/custom_code_classes.rs @@ -1,6 +1,5 @@ // Test for `custom_code_classes_in_docs` feature. -#![feature(custom_code_classes_in_docs)] #![crate_name = "foo"] #![feature(no_core)] #![no_core] |
