Compare commits
1 commit
c4b6a0fee6
...
43c29bf221
Author | SHA1 | Date | |
---|---|---|---|
|
43c29bf221 |
|
@ -1,6 +1,7 @@
|
||||||
|
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::{
|
||||||
|
@ -10,7 +11,6 @@ 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