@@ -512,6 +512,7 @@ pub struct ObjectCommon {
512
512
#[ buildstructor:: buildstructor]
513
513
impl ObjectCommon {
514
514
#[ builder( entry = "domain" ) ]
515
+ #[ allow( clippy:: too_many_arguments) ]
515
516
pub fn new_domain (
516
517
handle : Option < String > ,
517
518
remarks : Option < Remarks > ,
@@ -536,6 +537,7 @@ impl ObjectCommon {
536
537
}
537
538
538
539
#[ builder( entry = "ip_network" ) ]
540
+ #[ allow( clippy:: too_many_arguments) ]
539
541
pub fn new_ip_network (
540
542
handle : Option < String > ,
541
543
remarks : Option < Remarks > ,
@@ -560,6 +562,7 @@ impl ObjectCommon {
560
562
}
561
563
562
564
#[ builder( entry = "autnum" ) ]
565
+ #[ allow( clippy:: too_many_arguments) ]
563
566
pub fn new_autnum (
564
567
handle : Option < String > ,
565
568
remarks : Option < Remarks > ,
@@ -584,6 +587,7 @@ impl ObjectCommon {
584
587
}
585
588
586
589
#[ builder( entry = "nameserver" ) ]
590
+ #[ allow( clippy:: too_many_arguments) ]
587
591
pub fn new_nameserver (
588
592
handle : Option < String > ,
589
593
remarks : Option < Remarks > ,
@@ -608,6 +612,7 @@ impl ObjectCommon {
608
612
}
609
613
610
614
#[ builder( entry = "entity" ) ]
615
+ #[ allow( clippy:: too_many_arguments) ]
611
616
pub fn new_entity (
612
617
handle : Option < String > ,
613
618
remarks : Option < Remarks > ,
0 commit comments