mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Update derive_more
This commit is contained in:
parent
a9aa8bca42
commit
8ac0c792e8
3 changed files with 4 additions and 6 deletions
|
@ -236,9 +236,8 @@ macro_rules! declare_syntax {
|
|||
|
||||
pub mod syntax_nodes {
|
||||
use super::*;
|
||||
use derive_more::*;
|
||||
$(
|
||||
#[derive(Debug, Clone, Deref, Into)]
|
||||
#[derive(Debug, Clone, derive_more::Deref, derive_more::Into)]
|
||||
pub struct $nodekind(SyntaxNode);
|
||||
#[cfg(test)]
|
||||
impl SyntaxNodeVerify for $nodekind {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue