We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730695d commit 56202a7Copy full SHA for 56202a7
src/filters/fb_network.rs
@@ -101,13 +101,13 @@ impl<'a> FlatNetworkFiltersListBuilder<'a> {
101
&mut self.builder,
102
&fb::NetworkFilterArgs {
103
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,
+ patterns,
+ modifier_option,
+ opt_domains,
+ opt_not_domains,
+ hostname,
+ tag,
+ raw_line,
111
},
112
);
113
0 commit comments