mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 18:43:01 +00:00
fix: Fix incorrect expansion of builtin PartialOrd derive
This commit is contained in:
parent
d31301cbe7
commit
3d9ac497aa
3 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue