Compare commits
1 commit
43c29bf221
...
c4b6a0fee6
Author | SHA1 | Date | |
---|---|---|---|
|
c4b6a0fee6 |
|
@ -1,7 +1,6 @@
|
||||||
use std::mem;
|
|
||||||
|
|
||||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
// See Notices.txt for copyright information
|
// See Notices.txt for copyright information
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
kw,
|
kw,
|
||||||
module::transform_body::{
|
module::transform_body::{
|
||||||
|
@ -11,6 +10,7 @@ use crate::{
|
||||||
HdlAttr,
|
HdlAttr,
|
||||||
};
|
};
|
||||||
use quote::{format_ident, quote_spanned};
|
use quote::{format_ident, quote_spanned};
|
||||||
|
use std::mem;
|
||||||
use syn::{
|
use syn::{
|
||||||
parse_quote_spanned, punctuated::Punctuated, spanned::Spanned, token::Paren, Expr, ExprArray,
|
parse_quote_spanned, punctuated::Punctuated, spanned::Spanned, token::Paren, Expr, ExprArray,
|
||||||
ExprCall, ExprGroup, ExprMethodCall, ExprParen, ExprPath, ExprRepeat, ExprStruct, ExprTuple,
|
ExprCall, ExprGroup, ExprMethodCall, ExprParen, ExprPath, ExprRepeat, ExprStruct, ExprTuple,
|
||||||
|
|
Loading…
Reference in a new issue