Skip to content

Commit 56202a7

Browse files
committed
Shorthand init.
1 parent 730695d commit 56202a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/filters/fb_network.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ impl<'a> FlatNetworkFiltersListBuilder<'a> {
101101
&mut self.builder,
102102
&fb::NetworkFilterArgs {
103103
mask: network_filter.mask.bits(),
104-
patterns: patterns,
105-
modifier_option: modifier_option,
106-
opt_domains: opt_domains,
107-
opt_not_domains: opt_not_domains,
108-
hostname: hostname,
109-
tag: tag,
110-
raw_line: raw_line,
104+
patterns,
105+
modifier_option,
106+
opt_domains,
107+
opt_not_domains,
108+
hostname,
109+
tag,
110+
raw_line,
111111
},
112112
);
113113

0 commit comments

Comments
 (0)