1
Fork 0

Update tests for custom classes

This commit is contained in:
Guillaume Gomez 2023-09-19 17:29:39 +02:00
parent 6bed1c6061
commit 295ec09b63
4 changed files with 9 additions and 41 deletions

View file

@ -12,7 +12,4 @@ pub struct Bar;
/// ```ASN.1
/// int main(void) { return 0; }
/// ```
//~^^^ WARNING custom classes in code blocks will change behaviour
//~| NOTE see issue #79483 <https://github.com/rust-lang/rust/issues/79483>
//~| HELP add `#![feature(custom_code_classes_in_docs)]` to the crate attributes to enable
pub struct Bar2;