Run doctests as part of CI pipeline (#9939)

This commit is contained in:
Micha Reiser 2024-02-12 10:18:58 +01:00 committed by GitHub
parent a50e2787df
commit 341c2698a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 37 additions and 3 deletions

View file

@ -92,7 +92,9 @@ pub fn derive_message_formats(_attr: TokenStream, item: TokenStream) -> TokenStr
///
/// Good:
///
/// ```rust
/// ```ignroe
/// use ruff_macros::newtype_index;
///
/// #[newtype_index]
/// #[derive(Ord, PartialOrd)]
/// struct MyIndex;