mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
fix: warn unused type variables
This commit is contained in:
parent
9734028b21
commit
f298db96d1
13 changed files with 307 additions and 51 deletions
|
@ -2171,7 +2171,7 @@ impl ConstKwArg {
|
|||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
pub struct ConstArgs {
|
||||
pos_args: Vec<ConstPosArg>,
|
||||
var_args: Option<Box<ConstPosArg>>,
|
||||
pub var_args: Option<Box<ConstPosArg>>,
|
||||
kw_args: Vec<ConstKwArg>,
|
||||
paren: Option<(Token, Token)>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue