fix: Fix incorrect expansion of builtin PartialOrd derive

This commit is contained in:
Lukas Wirth 2025-03-21 10:26:55 +01:00
parent d31301cbe7
commit 3d9ac497aa
3 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
//! Defines [`SyntaxKind`] -- a fieldless enum of all possible syntactic
//! constructs of the Rust language.
#[rustfmt::skip]
mod generated;
use crate::Edition;