Skip to content

Commit 5f13ec7

Browse files
committed
Shorthand init.
1 parent 6a7efa3 commit 5f13ec7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/filters/fb_network.rs

+7-7
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)