70 |
#[allow(clippy::single_match)]
|
71 |
fn visit_expr_method_call_mut(&mut self, expr_method_call: &mut ExprMethodCall) {
|
580 |
#[allow(clippy::single_match)]
|
581 |
#[cfg(not(windows))]
|
90 |
for e in trs_events {
|
91 |
#[allow(clippy::single_match)] // TODO remove once below is solved
|
92 |
match e {
|
19 |
render_top(f, app, sub_areas[0]);
|
20 |
#[allow(clippy::single_match)]
|
21 |
match app.tabs.selection {
|
151 |
#[allow(clippy::single_match)] // to get a compiler error on a new variant in PrimaryKeyHint
|
152 |
fn apply_primary_key_hints(
|
177 |
async fn f(n: usize) -> Result<(), FError> {
|
178 |
#[allow(clippy::single_match)]
|
179 |
match n {
|
243 |
async fn f(n: usize) {
|
244 |
#[allow(clippy::single_match)]
|
245 |
match n {
|
46 |
let (mut listener, remote_port) = loop {
|
47 |
#[allow(clippy::single_match)]
|
48 |
match session
|
322 |
// remove this #[allow] when more checks are added
|
323 |
#[allow(clippy::single_match)]
|
324 |
match &event {
|
34 |
#[allow(clippy::single_match)]
|
35 |
match i {
|
34 |
#[allow(clippy::single_match)]
|
35 |
match i {
|
623 |
/// Emit a verilator compilation script.
|
624 |
#[allow(clippy::single_match)]
|
625 |
fn emit_verilator_sh(
|
245 |
log::info!("Client -> Battle: {:?}", event.packet);
|
246 |
#[allow(clippy::single_match)]
|
247 |
match event.packet {
|
1518 |
};
|
1519 |
#[allow(clippy::single_match)] // Make it an error when we add a new algorithm
|
1520 |
return Ok(match Compression::from_u8(compression) {
|
1633 |
#[allow(clippy::single_match)] // Make it an error when we add a new algorithm
|
1634 |
return Ok(match Compression::from_u8(compression) {
|
263 |
// Add platform-specific parameters.
|
264 |
#[allow(clippy::single_match)]
|
265 |
match os.as_ref() {
|
178 |
if let Token::Attribute { local, value, .. } = e {
|
179 |
#[allow(clippy::single_match)] // just to match the style with formal expression
|
180 |
match local.as_str() {
|
82 |
#[allow(unreachable_patterns, clippy::single_match)]
|
83 |
fn location(&self, db: &Self::DbType) -> DiagnosticLocation {
|
1502 |
if !cfg.cli.locked {
|
1503 |
#[allow(clippy::single_match)]
|
1504 |
match resolver::regenerate_exemptions(cfg, &mut store, false, false) {
|
292 |
}
|
293 |
#[allow(clippy::single_match)]
|
294 |
fn get_empty_variants(data: &Data) -> Vec<DeclaredEmptyVariant> {
|
1254 |
// TODO: handle more cases
|
1255 |
#[allow(clippy::single_match)]
|
1256 |
fn wrapped_lifetime(mut ty: Type, target: Lifetime) -> Type {
|
202 |
}
|
203 |
#[allow(clippy::single_match)] // allow for now
|
204 |
match method {
|
109 |
#[allow(clippy::single_match)]
|
110 |
fn received_relay(
|
136 |
#[allow(clippy::single_match)]
|
137 |
fn received_sync(
|
15 |
}
|
16 |
#[allow(clippy::single_match)]
|
17 |
fn run() -> Result<(), Box<dyn Error>> {
|
8 |
impl CallArgs {
|
9 |
#[allow(clippy::single_match)]
|
10 |
pub async fn validate(&self) -> Result<(), Box<dyn std::error::Error>> {
|
106 |
.expect("Regex code is wrong in deserealizing composition mode instruction");
|
107 |
#[allow(clippy::single_match)]
|
108 |
match &capture[1] {
|
22 |
}
|
23 |
#[allow(clippy::single_match)]
|
24 |
match key.as_ref() {
|
29 |
for key in query {
|
30 |
#[allow(clippy::single_match)]
|
31 |
match key.key.url_decode()?.as_ref() {
|
318 |
for vm in vms {
|
319 |
#[allow(clippy::single_match)]
|
320 |
match vm {
|
205 |
#[allow(unreachable_patterns, clippy::single_match)]
|
206 |
match Backend::for_url(database_url) {
|
871 |
/// Handle a standard message that does not contain an authentication header.
|
872 |
#[allow(clippy::single_match)]
|
873 |
async fn handle_message(
|
40 |
for _ in 0..header.additional_count {
|
41 |
#[allow(clippy::single_match)]
|
42 |
match DnsRecord::read(buf) {
|
17 |
let e = AXMLElement::from_str(&name.local_name).unwrap();
|
18 |
#[allow(clippy::single_match)]
|
19 |
match e {
|
198 |
for attr in methods.attrs.into_iter() {
|
199 |
#[allow(clippy::single_match)]
|
200 |
match attr {
|
127 |
pin_mut!(cmd_fut);
|
128 |
#[allow(clippy::single_match)]
|
129 |
match select(delay_fut, cmd_fut).await {
|
384 |
#[tokio::main]
|
385 |
#[allow(clippy::single_match)]
|
386 |
async fn cleanup(context: &mut TestContext) {
|
1123 |
if let Ok(obj) = methods.get_const_local(&Token::symbol(rhs), &self.name) {
|
1124 |
#[allow(clippy::single_match)]
|
1125 |
// opt_sup: Add(?T), methods.impl_of(): Add(Int)
|
527 |
if self.level == 0 {
|
528 |
#[allow(clippy::single_match)]
|
529 |
match &*fv.crack_constraint() {
|
2359 |
fn get_proj_candidates(&self, lhs: &Type, rhs: &Str) -> Set<Type> {
|
2360 |
#[allow(clippy::single_match)]
|
2361 |
match lhs {
|
1582 |
fn change_var_type(&mut self, acc: &hir::Accessor, t: Type) -> TyCheckResult<()> {
|
1583 |
#[allow(clippy::single_match)]
|
1584 |
match acc {
|
355 |
#[allow(clippy::single_match)]
|
356 |
fn status(&self) -> VMStatus {
|
373 |
/// Processes 1 instruction or 1 incoming websocket message
|
374 |
#[allow(clippy::single_match)]
|
375 |
#[cfg(target_arch = "wasm32")]
|
394 |
/// Processes 1 instruction or 1 incoming websocket message
|
395 |
#[allow(clippy::single_match)]
|
396 |
#[cfg(not(target_arch = "wasm32"))]
|
209 |
#[allow(clippy::single_match)]
|
210 |
match rate_raw {
|
157 |
if let Some(error_subcode) = self.error_subcode {
|
158 |
#[allow(clippy::single_match)]
|
159 |
match error_subcode {
|
109 |
let split: Vec<&str> = command.split_whitespace().collect();
|
110 |
#[allow(clippy::single_match)]
|
111 |
match split[..] {
|
293 |
// Will probably add more cases in the future
|
294 |
#[allow(clippy::single_match)]
|
295 |
match *impl_item {
|
178 |
#[allow(clippy::single_match)]
|
179 |
match self {
|
42 |
pub fn add_headers(&self, header_map: &mut HeaderMap<HeaderValue>) {
|
43 |
#[allow(clippy::single_match)]
|
44 |
match self {
|
127 |
#[allow(clippy::single_match)]
|
128 |
#[cfg(feature = "ptrcall")]
|
473 |
/// Extract the data to export from the impl block.
|
474 |
#[allow(clippy::single_match)]
|
475 |
fn impl_gdnative_expose(ast: ItemImpl) -> (ItemImpl, ClassMethodExport) {
|
83 |
#[allow(clippy::single_match)]
|
84 |
match name.as_str() {
|
104 |
#[allow(clippy::single_match)]
|
105 |
fn try_set_pair(&mut self, pair: &syn::MetaNameValue) -> Result<(), syn::Error> {
|
58 |
#[allow(clippy::single_match)]
|
59 |
fn try_set_pair(&mut self, pair: &syn::MetaNameValue) -> Result<(), syn::Error> {
|
176 |
#[allow(clippy::single_match)]
|
177 |
pub(crate) fn generate(manifest_dir: &str, out_dir: &str) {
|
553 |
pub fn format_error(&self, err: Error) -> String {
|
554 |
#[allow(clippy::single_match)]
|
555 |
match err {
|
101 |
// Integrating the two matches wouldn't improve the code either.
|
102 |
#[allow(clippy::single_match)]
|
103 |
match src {
|
360 |
let mut keep_running = true;
|
361 |
#[allow(clippy::single_match)]
|
362 |
events_loop.poll_events(|event| {
|
1660 |
#[allow(clippy::single_match)]
|
1661 |
fn src_query(&self, pad: &gst::Pad, query: &mut gst::QueryRef) -> bool {
|
1863 |
#[allow(clippy::single_match)]
|
1864 |
fn change_state(
|
1084 |
#[allow(clippy::single_match)]
|
1085 |
fn change_state(
|
486 |
#[allow(clippy::single_match)]
|
487 |
fn change_state(
|
404 |
#[allow(clippy::single_match)]
|
405 |
fn src_query(&self, pad: &gst::Pad, query: &mut gst::QueryRef) -> bool {
|
491 |
#[allow(clippy::single_match)]
|
492 |
fn video_sink_event(&self, pad: &gst::Pad, event: gst::Event) -> bool {
|
835 |
#[allow(clippy::single_match)]
|
836 |
fn change_state(
|
1170 |
#[allow(clippy::single_match)]
|
1171 |
fn change_state(
|
119 |
#[allow(clippy::single_match)]
|
120 |
fn change_state(
|
144 |
impl BinImpl for CustomSource {
|
145 |
#[allow(clippy::single_match)]
|
146 |
fn handle_message(&self, msg: gst::Message) {
|
757 |
#[allow(clippy::single_match)]
|
758 |
fn change_state(
|
193 |
#[allow(clippy::single_match)]
|
194 |
fn change_state(
|
375 |
impl BinImpl for HlsSink3 {
|
376 |
#[allow(clippy::single_match)]
|
377 |
fn handle_message(&self, msg: gst::Message) {
|
170 |
#[allow(clippy::single_match)]
|
171 |
fn change_state(
|
128 |
#[allow(clippy::single_match)]
|
129 |
fn change_state(
|
548 |
if let Ok(event) = event {
|
549 |
#[allow(clippy::single_match)]
|
550 |
match event.view() {
|
361 |
#[allow(clippy::single_match)]
|
362 |
fn pad_query_post(&self, _ts: u64, pad: &gst::Pad, query: &gst::Query, res: bool) {
|
407 |
.expect("this edge was just found");
|
408 |
#[allow(clippy::single_match)]
|
409 |
match (old_edge, edge) {
|
44 |
/// Allows to rename an item, replacing `original_item_name`.
|
45 |
#[allow(clippy::single_match)]
|
46 |
fn item_name(&self, original_item_name: &str) -> Option<String> {
|
39 |
#[allow(clippy::single_match)]
|
40 |
fn main() -> Result<()> {
|
45 |
/// Allows to rename an item, replacing `original_item_name`.
|
46 |
#[allow(clippy::single_match)]
|
47 |
fn item_name(&self, original_item_name: &str) -> Option<String> {
|
45 |
/// Allows to rename an item, replacing `original_item_name`.
|
46 |
#[allow(clippy::single_match)]
|
47 |
fn item_name(&self, original_item_name: &str) -> Option<String> {
|
2200 |
/// 设置 MJPEG 编码的 Qfactor。取值范围:[1, 99]。
|
2201 |
#[allow(clippy::single_match)]
|
2202 |
pub fn with_qfactor(mut self, qfactor: u32) -> Self {
|
58 |
/// Allows to rename an item, replacing `original_item_name`.
|
59 |
#[allow(clippy::single_match)]
|
60 |
fn item_name(&self, original_item_name: &str) -> Option<String> {
|
337 |
/// The corresponding handlers for each exception come from the user-defined loader.
|
338 |
#[allow(clippy::single_match)]
|
339 |
pub fn handle_hvc<L: Loader + Loader<LD = LD> + Loader<GD = GD>, LD: Clone, GD: Clone>(
|
254 |
impl Forward {
|
255 |
#[allow(clippy::single_match)]
|
256 |
pub fn write(&mut self, data: Vec<u8>) {
|
6 |
impl InteractiveExecute for Command {
|
7 |
#[allow(clippy::single_match)]
|
8 |
fn interactive_execute(&self, context: &mut AppContext) {
|
78 |
// If let would be too long.
|
79 |
#[allow(clippy::single_match)]
|
80 |
match &*self.kty {
|
62 |
// As we may add more algos, we keep the match algo single for later.
|
63 |
#[allow(clippy::single_match)]
|
64 |
fn try_from(value: &str) -> Result<Self, Self::Error> {
|
345 |
use tx2_api::Tx2EpEvent::*;
|
346 |
#[allow(clippy::single_match)]
|
347 |
match event {
|
236 |
use Action::*;
|
237 |
#[allow(clippy::single_match)]
|
238 |
match act {
|
941 |
#[allow(clippy::cognitive_complexity)]
|
942 |
#[allow(clippy::single_match)]
|
943 |
pub fn derive_keys(&mut self) -> Result<(), Error> {
|
1140 |
/* Derive Header Key */
|
1141 |
#[allow(clippy::single_match)]
|
1142 |
match (
|
98 |
for (k, v) in SORTED_DATA.iter() {
|
99 |
#[allow(clippy::single_match)] // for clarity
|
100 |
match map.try_append(*k, *v) {
|
106 |
for (k, v) in RANDOM_DATA.iter() {
|
107 |
#[allow(clippy::single_match)] // for clarity
|
108 |
match map.try_append(*k, *v) {
|
112 |
) -> Result<(), Error> {
|
113 |
#[allow(clippy::single_match)] // We'll add more code in the future
|
114 |
match message {
|
37 |
pub fn set_res(&mut self, val: impl Res + 'static) {
|
38 |
#[allow(clippy::single_match)]
|
39 |
match self {
|
77 |
}
|
78 |
#[allow(clippy::single_match)]
|
79 |
Either::Right(msg) => match msg {
|
47 |
}
|
48 |
#[allow(clippy::single_match)]
|
49 |
Either::Right(msg) => match msg {
|
51 |
}
|
52 |
#[allow(clippy::single_match)]
|
53 |
Either::Right(msg) => match msg {
|
64 |
}
|
65 |
#[allow(clippy::single_match)]
|
66 |
Either::Right(msg) => match msg {
|
54 |
}
|
55 |
#[allow(clippy::single_match)]
|
56 |
Either::Right(msg) => match msg {
|
277 |
Ok(e) => {
|
278 |
#[allow(clippy::single_match)]
|
279 |
match &e {
|
480 |
#[allow(clippy::single_match)]
|
481 |
match self.get_verification(event.sender(), flow_id.as_str()) {
|
7 |
clippy::len_zero,
|
8 |
clippy::single_match,
|
9 |
clippy::naive_bytecount,
|
161 |
#[allow(clippy::single_match)]
|
162 |
match opcode {
|
458 |
#[allow(clippy::single_match)]
|
459 |
match opcode {
|
37 |
// reuse some of the common parameters in init_params
|
38 |
#[allow(clippy::single_match)]
|
39 |
match memflow_init_params.connector_name.as_str() {
|
83 |
#[allow(clippy::single_match)]
|
84 |
match event {
|
528 |
/// total connection count.
|
529 |
#[allow(clippy::single_match)]
|
530 |
fn close_connection(&mut self, connection: Connection, reason: ConnectionClosedReason) {
|
316 |
#[cfg(unix)]
|
317 |
#[allow(clippy::single_match)]
|
318 |
match (_mode, s) {
|
231 |
fn infer_pat(&mut self, pat: PatId, ty: Ty) {
|
232 |
#[allow(clippy::single_match)]
|
233 |
match &self.body[pat] {
|
89 |
for (service_id, service) in services.into_iter() {
|
90 |
#[allow(clippy::single_match)]
|
91 |
match service {
|
47 |
) {
|
48 |
#[allow(clippy::single_match)]
|
49 |
match call.method.as_str() {
|
160 |
unsafe {
|
161 |
#[allow(clippy::single_match)]
|
162 |
match msg {
|
475 |
// There are many more types, they just aren't handled yet.
|
476 |
#[allow(clippy::single_match)]
|
477 |
match typ {
|
17 |
for child in node.children() {
|
18 |
#[allow(clippy::single_match)]
|
19 |
match child.tag_name().name() {
|
158 |
/// Find additional where clauses to add (for ex. `String` requires `FromExternalError<&[u8], Utf8Error>`)
|
159 |
#[allow(clippy::single_match)]
|
160 |
fn add_extra_where_predicates(
|
18 |
#[allow(clippy::single_match)]
|
19 |
impl ResponseTracker {
|
46 |
final_version = to.clone();
|
47 |
#[allow(clippy::single_match)]
|
48 |
match (from, to) {
|
196 |
pub fn add_layer(&mut self, layer: Layer) -> &mut Self {
|
197 |
#[allow(clippy::single_match)]
|
198 |
match &layer {
|
23 |
if let Some(entity) = t.get_location().get_entity() {
|
24 |
#[allow(clippy::single_match)] // using the single pattern for future extensibility
|
25 |
match entity.get_kind() {
|
42 |
for event in window.events() {
|
43 |
#[allow(clippy::single_match)]
|
44 |
match event.to_option() {
|
223 |
fn receive_buffer(&mut self, remote: T::Address, buffer: T::RxBuffer) {
|
224 |
#[allow(clippy::single_match)] // although no future plan to add more branch
|
225 |
// just to keep uniform shape
|
512 |
// it match nothing, so that `foo/` `**` `/bar` can match `foo/bar`.
|
513 |
#[allow(clippy::single_match)]
|
514 |
match self.do_matches(ci + 1, text, true) {
|
228 |
#[allow(clippy::single_match)]
|
229 |
pub fn exec_plugin<P: Plugin>(&mut self, mut p: P) {
|
90 |
#[allow(clippy::single_match)]
|
91 |
pub fn walk_item<P: Plugin + ?Sized>(p: &mut P, cx: &mut Context, _def_id: DefId, item: Arc<Item>) {
|
185 |
#[allow(clippy::single_match)]
|
186 |
pub fn draw_piston_window<F: FnOnce(PistonBackend) -> Result<(), Box<dyn std::error::Error>>>(
|
196 |
#[allow(clippy::single_match)]
|
197 |
pub fn draw_piston_window<F: FnOnce(PistonBackend) -> Result<(), Box<dyn std::error::Error>>>(
|
119 |
/// are actual status indications and only evaluate those.
|
120 |
#[allow(clippy::absurd_extreme_comparisons, clippy::single_match)]
|
121 |
fn check_responses(
|
310 |
// account here.
|
311 |
#[allow(clippy::single_match)]
|
312 |
match format {
|
724 |
for chunk in init_def.body.block {
|
725 |
#[allow(clippy::single_match)]
|
726 |
match chunk {
|
411 |
// Proposed syntax (if possible): #[modes(mode1, mode2,...)]
|
412 |
#[allow(clippy::single_match)]
|
413 |
#[allow(clippy::trivial_regex)]
|
12 |
}
|
13 |
#[allow(clippy::single_match)]
|
14 |
match &args[1][..] {
|
33 |
#[allow(clippy::single_match)] // more to come
|
34 |
match editor.file_name() {
|
54 |
#[allow(clippy::single_match)]
|
55 |
match guid {
|
155 |
}
|
156 |
#[allow(clippy::single_match)]
|
157 |
match (&entry).into() {
|
195 |
#[allow(clippy::single_match)]
|
196 |
match PersistableNetworkPayloadKind::from(&payload) {
|
54 |
#[allow(clippy::single_match)]
|
55 |
match guid {
|
273 |
for value in value.split(',') {
|
274 |
#[allow(clippy::single_match)]
|
275 |
match value {
|
116 |
let transfer_success = spi.transfer(&mut buffer);
|
117 |
#[allow(clippy::single_match)]
|
118 |
match transfer_success {
|
19 |
#[allow(clippy::single_match)]
|
20 |
match query.action {
|
27 |
#[allow(clippy::single_match)]
|
28 |
match tokio::fs::create_dir(database_path.clone()).await {
|
28 |
#[allow(clippy::single_match)]
|
29 |
match tokio::fs::create_dir(&table_path).await {
|
24 |
#[allow(clippy::single_match)]
|
25 |
match tokio::fs::remove_dir_all(database_path.clone()).await {
|
23 |
#[allow(clippy::single_match)]
|
24 |
match tokio::fs::remove_dir_all(table_path).await {
|
31 |
#[allow(clippy::single_match)]
|
32 |
fn read_from_env(&mut self) -> Result<&Self> {
|
41 |
#[allow(clippy::single_match)]
|
42 |
fn read_from_file(&mut self, filename: &str) -> Result<&Self> {
|
19 |
render_tab_bar(&mut f, app, sub_areas[0]);
|
20 |
#[allow(clippy::single_match)]
|
21 |
match app.tabs.selection {
|
151 |
use glium::glutin::event_loop::ControlFlow;
|
152 |
#[allow(clippy::single_match)]
|
153 |
match event {
|
233 |
#[allow(clippy::single_match)]
|
234 |
impl<const BUFSIZE: usize> MonoEffect<BUFSIZE> for ButterworthHpf<BUFSIZE> {
|
233 |
#[allow(clippy::single_match)]
|
234 |
impl<const BUFSIZE: usize> MonoEffect<BUFSIZE> for ButterworthLpf<BUFSIZE> {
|
62 |
#[allow(clippy::single_match)]
|
63 |
async fn switch_to_album_search(&mut self) -> Result<(), crate::providers::Error> {
|
79 |
#[allow(clippy::single_match)]
|
80 |
async fn switch_to_track_search(&mut self) -> Result<(), crate::providers::Error> {
|
2100 |
// climbing the ast like we do here.
|
2101 |
#[allow(clippy::single_match)]
|
2102 |
match (&*ast.expr, &ast.expr_field) {
|
71 |
// Settings tab is in todo list, allow single match for current version
|
72 |
#[allow(clippy::single_match)]
|
73 |
match app.tabs.index {
|
38 |
#[allow(clippy::single_match)]
|
39 |
match app.subcommand() {
|
223 |
}
|
224 |
#[allow(clippy::single_match)]
|
225 |
match range.fixed {
|
22 |
pub fn get(&self, config: &RustusConf) -> Box<dyn Storage + Send + Sync> {
|
23 |
#[allow(clippy::single_match)]
|
24 |
match self {
|
744 |
for extension_type in mint_extension_types {
|
745 |
#[allow(clippy::single_match)]
|
746 |
match extension_type {
|
10 |
pub(super) unsafe fn execute(call: &mut item::Enarxcall, data: &mut [u8]) -> Result<()> {
|
11 |
#[allow(clippy::single_match)]
|
12 |
match call {
|
153 |
#[allow(clippy::single_match)]
|
154 |
match self.kind() {
|
195 |
#[allow(clippy::single_match)]
|
196 |
fn update(&mut self, event: winit::event::WindowEvent) {
|
31 |
/// sees invalid base64 data.
|
32 |
#[allow(clippy::single_match)]
|
33 |
pub fn base64_filter(mut bytes: Cow<[u8]>, base64_data_max: usize,
|
2521 |
/// verification.
|
2522 |
#[allow(clippy::single_match)]
|
2523 |
fn push_sig(&mut self, p: Packet) -> Result<()> {
|
14 |
// If the system version of fontconfig is at least 2.11.1, use it.
|
15 |
#[allow(clippy::single_match)]
|
16 |
match pkg_config::Config::new()
|
361 |
if let Some(range) = req.headers().typed_get::<Range>() {
|
362 |
#[allow(clippy::single_match)]
|
363 |
match (
|
96 |
// STACK_OFFSET_TABLE not yet created so create it.
|
97 |
#[allow(clippy::single_match)]
|
98 |
match STACK_OFFSET_TABLE.set(MapThreadidSd::new()) {
|
111 |
if let Some(tx_callback) = callback_tx_map.get(&CallbackType::ReloadConfig) {
|
112 |
#[allow(clippy::single_match)]
|
113 |
match tx_callback.send(CallbackInfo::new()) {
|
136 |
if let Some(tx_callback) = callback_tx_map.get(&CallbackType::PrintStats) {
|
137 |
#[allow(clippy::single_match)]
|
138 |
match tx_callback.send(CallbackInfo::new()) {
|
101 |
if let Some(tx_callback) = callback_tx_map.get(&CallbackType::ReloadConfig) {
|
102 |
#[allow(clippy::single_match)]
|
103 |
match tx_callback.send(CallbackInfo::new()) {
|
126 |
if let Some(tx_callback) = callback_tx_map.get(&CallbackType::PrintStats) {
|
127 |
#[allow(clippy::single_match)]
|
128 |
match tx_callback.send(CallbackInfo::new()) {
|
54 |
#[allow(clippy::single_match)]
|
55 |
match notification {
|
303 |
#[cfg(feature = "proto-ipv4")]
|
304 |
#[allow(clippy::single_match)]
|
305 |
match self.try_do(|p| p.accept_ipv4()) {
|
310 |
#[cfg(feature = "proto-ipv6")]
|
311 |
#[allow(clippy::single_match)]
|
312 |
match self.try_do(|p| p.accept_ipv6(false)) {
|
360 |
#[cfg(feature = "proto-ipv4")]
|
361 |
#[allow(clippy::single_match)]
|
362 |
match self.try_do(|p| p.accept_ipv4_endpoint()) {
|
367 |
#[cfg(feature = "proto-ipv6")]
|
368 |
#[allow(clippy::single_match)]
|
369 |
match self.try_do(|p| p.accept_ipv6_endpoint()) {
|
453 |
#[cfg(feature = "proto-ipv4")]
|
454 |
#[allow(clippy::single_match)]
|
455 |
match Ipv4Cidr::from_str(s) {
|
746 |
for extension_type in mint_extension_types {
|
747 |
#[allow(clippy::single_match)]
|
748 |
match extension_type {
|
76 |
// in time `cyclomatic_complexity` should go back to warn
|
77 |
#[cfg_attr(feature = "cargo-clippy", allow(single_match, cyclomatic_complexity))]
|
78 |
fn main() {
|
78 |
#[allow(clippy::single_match)]
|
79 |
pub(crate) fn prep_with_handle(&mut self, handle: Handle) {
|
87 |
#[allow(clippy::single_match)]
|
88 |
pub(crate) fn make_playable(&mut self) {
|
32 |
const _: () = {
|
33 |
#[allow(clippy::single_match)]
|
34 |
match soroban_env_host::VERSION.xdr.xdr.as_bytes() {
|
466 |
// const DATA_SIZE_MAX: u16 = DATA_SIZE_MIN + 110;
|
467 |
#[allow(clippy::single_match)]
|
468 |
match (written.get(), self.tape_cursor.secpos) {
|
167 |
#[allow(clippy::single_match)]
|
168 |
pub fn mode_done(&mut self, appdata: &AppData, key: MyKey) {
|
760 |
for extension_type in mint_extension_types {
|
761 |
#[allow(clippy::single_match)]
|
762 |
match extension_type {
|
80 |
// allow single match, not a single match if challenge-authorization is enabled
|
81 |
#[allow(clippy::single_match)]
|
82 |
match self.local_authorization {
|
189 |
fn handle(&mut self, e: SolverEvent) {
|
190 |
#[allow(clippy::single_match)]
|
191 |
match e {
|
182 |
for event_poll in event_polls {
|
183 |
#[allow(clippy::single_match)]
|
184 |
while let Some(ev) = event_poll.poll() {
|
182 |
for event_poll in event_polls {
|
183 |
#[allow(clippy::single_match)]
|
184 |
while let Some(ev) = event_poll.poll() {
|
333 |
#[cfg_attr(feature = "cargo-clippy", allow(single_match))]
|
334 |
fn status(&self) -> VMStatus {
|
15 |
#[allow(clippy::single_match)]
|
16 |
pub fn reset_and_poll_events(&mut self, events_loop: &mut EventsLoop) {
|
56 |
// Construct userId: models::UserId => (ast -> User) edge.
|
57 |
#[allow(clippy::single_match)]
|
58 |
match field.ty {
|
139 |
}
|
140 |
#[allow(clippy::single_match)]
|
141 |
match std::str::from_utf8(Data5i.as_slice()) {
|
146 |
}
|
147 |
#[allow(clippy::single_match)]
|
148 |
match std::str::from_utf8(Data6i.as_slice()) {
|
204 |
let (dresult, _) = decoder.decode_to_string_without_replacement(data_slice, &mut bufs, true);
|
205 |
#[allow(clippy::single_match)]
|
206 |
match dresult {
|
1073 |
#[allow(clippy::single_match)]
|
1074 |
match (filter_dt_after, filter_dt_before) {
|
2936 |
eprint!("{}Error: ", OPT_SUMMARY_PRINT_INDENT1);
|
2937 |
#[allow(clippy::single_match)]
|
2938 |
match print_colored_stderr(COLOR_ERROR, Some(*color_choice), err_string.as_bytes()) {
|
1579 |
);
|
1580 |
#[allow(clippy::single_match)]
|
1581 |
match self
|
4529 |
let result = slr.find_sysline(fo1);
|
4530 |
#[allow(clippy::single_match)]
|
4531 |
match result {
|
86 |
#[allow(unused_variables)]
|
87 |
#[allow(clippy::single_match)]
|
88 |
fn process_events(&mut self, events: &Events) {
|
25 |
#[allow(clippy::single_match)]
|
26 |
fn read<B: ReadBytes>(reader: &mut B, header: AtomHeader) -> Result<Self> {
|
42 |
#[allow(clippy::single_match)]
|
43 |
fn read<B: ReadBytes>(reader: &mut B, mut header: AtomHeader) -> Result<Self> {
|
35 |
#[allow(clippy::single_match)]
|
36 |
fn read<B: ReadBytes>(reader: &mut B, header: AtomHeader) -> Result<Self> {
|
39 |
impl TrackState {
|
40 |
#[allow(clippy::single_match)]
|
41 |
pub fn new(track_num: usize, trak: &TrakAtom) -> Self {
|
401 |
for info in api.device_list() {
|
402 |
#[allow(clippy::single_match)]
|
403 |
match (info.vendor_id(), info.product_id(), info.interface_number()) {
|
24 |
#[allow(clippy::single_match)]
|
25 |
fn main() {
|
12 |
#[allow(clippy::single_match)]
|
13 |
fn main() {
|
5 |
#[allow(clippy::single_match)]
|
6 |
fn main() {
|
12 |
#[allow(clippy::single_match)]
|
13 |
fn main() {
|
13 |
};
|
14 |
#[allow(clippy::single_match)]
|
15 |
#[allow(clippy::ok_expect)]
|
12 |
#[allow(clippy::single_match)]
|
13 |
fn main() {
|
12 |
#[allow(clippy::single_match)]
|
13 |
fn main() {
|
14 |
#[allow(clippy::single_match)]
|
15 |
fn main() {
|
11 |
#[allow(clippy::collapsible_match)]
|
12 |
#[allow(clippy::single_match)]
|
13 |
fn main() {
|
5 |
#[allow(clippy::single_match)]
|
6 |
#[allow(clippy::iter_nth)]
|
541 |
use ConnectionManagerEvent::*;
|
542 |
#[allow(clippy::single_match)]
|
543 |
match event {
|
198 |
use ConnectivityEvent::*;
|
199 |
#[allow(clippy::single_match)]
|
200 |
match event {
|
171 |
async fn handle_dht_event(&mut self, event: &DhtEvent) -> Result<(), DhtConnectivityError> {
|
172 |
#[allow(clippy::single_match)]
|
173 |
match event {
|
301 |
#[allow(clippy::single_match)]
|
302 |
match event {
|
396 |
#[allow(clippy::single_match)] // there are comments in the error branch, so we don't want if-let
|
397 |
impl Drop for Runtime {
|
61 |
// anticipate adding more cases later...
|
62 |
#[allow(clippy::single_match)]
|
63 |
match event {
|
396 |
#[allow(clippy::single_match)] // there are comments in the error branch, so we don't want if-let
|
397 |
impl Drop for Runtime {
|
198 |
}
|
199 |
#[allow(clippy::single_match)]
|
200 |
match &item {
|
293 |
// Will probably add more cases in the future
|
294 |
#[allow(clippy::single_match)]
|
295 |
match *impl_item {
|
33 |
//eprintln!("Meta argument: {:#?}", expr);
|
34 |
#[allow(clippy::single_match)]
|
35 |
match expr {
|
132 |
let spec = specs.get_unchecked(*spec);
|
133 |
#[allow(clippy::single_match)]
|
134 |
match spec {
|
174 |
event_loop.run(move |event, _, control_flow| {
|
175 |
#[allow(clippy::single_match)]
|
176 |
match event {
|
316 |
#[cfg(unix)]
|
317 |
#[allow(clippy::single_match)]
|
318 |
match (_mode, s) {
|
102 |
// TODO: results
|
103 |
#[allow(clippy::single_match)]
|
104 |
match multicall.call_raw().await {
|
207 |
for o in overrides {
|
208 |
#[allow(clippy::single_match)]
|
209 |
//Clippy is technically correct here but this match statement needs more arms to be feature complete
|
180 |
for c in src.chars() {
|
181 |
#[allow(clippy::single_match)]
|
182 |
match radix_def_src.parse_char(c) {
|
194 |
for u in src.iter() {
|
195 |
#[allow(clippy::single_match)]
|
196 |
match radix_def_dest.format_u8(*u) {
|
158 |
#[allow(clippy::single_match)]
|
159 |
match self.specialization {
|
8 |
impl CallArgs {
|
9 |
#[allow(clippy::single_match)]
|
10 |
pub async fn validate(&self) -> Result<(), Box<dyn std::error::Error>> {
|
101 |
fn set_parameter(&self, index: i32, val: f32) {
|
102 |
#[allow(clippy::single_match)]
|
103 |
match index {
|
89 |
#[allow(unused_variables)]
|
90 |
#[allow(clippy::single_match)]
|
91 |
fn process_events(&mut self, events: &Events) {
|
167 |
fn handle_state_transition(&mut self, _old_state: EngineState, new_state: EngineState) {
|
168 |
#[allow(clippy::single_match)]
|
169 |
match new_state {
|
58 |
for (var_name, var_def) in self.var_defs.iter() {
|
59 |
#[allow(clippy::single_match)]
|
60 |
match &var_def.kind {
|
603 |
#[allow(clippy::single_match)]
|
604 |
match self.inner {
|
3262 |
_ => {
|
3263 |
#[allow(clippy::single_match)]
|
3264 |
match calling_convention {
|
108 |
#[allow(clippy::single_match)]
|
109 |
accept_encoding
|
211 |
#[allow(clippy::single_match)]
|
212 |
fn update(&mut self, event: winit::event::WindowEvent) {
|
375 |
#[allow(clippy::single_match)]
|
376 |
fn update(&mut self, event: winit::event::WindowEvent) {
|
1303 |
// Parse a X11 request into a concrete type
|
1304 |
#[allow(clippy::cognitive_complexity, clippy::single_match)]
|
1305 |
pub fn parse(
|
303 |
#[cfg(feature = "proto-ipv4")]
|
304 |
#[allow(clippy::single_match)]
|
305 |
match self.try_do(|p| p.accept_ipv4()) {
|
310 |
#[cfg(feature = "proto-ipv6")]
|
311 |
#[allow(clippy::single_match)]
|
312 |
match self.try_do(|p| p.accept_ipv6(false)) {
|
360 |
#[cfg(feature = "proto-ipv4")]
|
361 |
#[allow(clippy::single_match)]
|
362 |
match self.try_do(|p| p.accept_ipv4_endpoint()) {
|
367 |
#[cfg(feature = "proto-ipv6")]
|
368 |
#[allow(clippy::single_match)]
|
369 |
match self.try_do(|p| p.accept_ipv6_endpoint()) {
|
453 |
#[cfg(feature = "proto-ipv4")]
|
454 |
#[allow(clippy::single_match)]
|
455 |
match Ipv4Cidr::from_str(s) {
|
567 |
},
|
568 |
#[allow(clippy::single_match)]
|
569 |
Action::SkipConfirm(action) => match *action {
|
28 |
clippy::doc_markdown,
|
29 |
clippy::single_match
|
30 |
)]
|
135 |
#![allow(clippy::needless_update)]
|
136 |
#![allow(clippy::single_match)]
|
137 |
#![deny(rust_2018_idioms)]
|
14 |
#![allow(clippy::needless_update)]
|
15 |
#![allow(clippy::single_match)]
|
16 |
#![deny(rust_2018_idioms)]
|
7 |
#![allow(clippy::needless_update)]
|
8 |
#![allow(clippy::single_match)]
|
9 |
#![deny(rust_2018_idioms)]
|
13 |
#![allow(clippy::needless_update)]
|
14 |
#![allow(clippy::single_match)]
|
15 |
#![deny(rust_2018_idioms)]
|
14 |
#![allow(clippy::needless_update)]
|
15 |
#![allow(clippy::single_match)]
|
16 |
#![deny(rust_2018_idioms)]
|
8 |
#![allow(clippy::needless_update)]
|
9 |
#![allow(clippy::single_match)]
|
10 |
#![deny(rust_2018_idioms)]
|
7 |
#![allow(clippy::needless_update)]
|
8 |
#![allow(clippy::single_match)]
|
9 |
#![deny(rust_2018_idioms)]
|
22 |
#![allow(clippy::needless_update)]
|
23 |
#![allow(clippy::single_match)]
|
24 |
#![deny(rust_2018_idioms)]
|
674 |
unused_import_braces, unused_qualifications, missing_docs)]
|
675 |
#![allow(clippy::single_match, clippy::match_same_arms, clippy::match_ref_pats,
|
676 |
clippy::clone_on_ref_ptr, clippy::needless_pass_by_value)]
|
16 |
/* missing_docs (https://github.com/rust-lang/rust/issues/42008) */)]
|
17 |
#![allow(clippy::single_match, clippy::match_same_arms, clippy::match_ref_pats,
|
18 |
clippy::clone_on_ref_ptr, clippy::needless_pass_by_value)]
|
5 |
clippy::module_inception,
|
6 |
clippy::single_match,
|
7 |
clippy::match_like_matches_macro
|
9 |
// Style lints on which pre-existing code disagrees with Clippy
|
10 |
#![allow(clippy::single_match)]
|
11 |
#![allow(clippy::while_let_loop)]
|
10 |
// Matches are good and extendable, no need to make an exception here.
|
11 |
clippy::single_match,
|
12 |
// Push commands are more regular than macros.
|
24 |
#![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names, single_match, cast_lossless, doc_markdown, match_same_arms, unreadable_literal, new_ret_no_self))]
|
286 |
#![allow(clippy::comparison_chain)]//is this really clearer???
|
287 |
#![allow(clippy::single_match)]
|
288 |
#![allow(clippy::let_and_return)]
|
59 |
clippy::single_match_else,
|
60 |
clippy::single_match,
|
61 |
clippy::too_many_lines
|
7 |
#![allow(clippy::single_match)]
|
8 |
#![allow(dead_code)]
|
15 |
clippy::neg_cmp_op_on_partial_ord,
|
16 |
clippy::single_match,
|
17 |
clippy::unnecessary_cast
|
1 |
#![allow(clippy::single_match)]
|
21 |
clippy::similar_names,
|
22 |
clippy::single_match,
|
23 |
clippy::single_match_else,
|
5 |
#![allow(clippy::new_ret_no_self)]
|
6 |
#![allow(clippy::single_match)]
|
7 |
#![allow(clippy::type_complexity)]
|
23 |
#![allow(clippy::new_ret_no_self)]
|
24 |
#![allow(clippy::single_match)]
|
25 |
#![allow(clippy::too_many_arguments)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
15 |
#![allow(clippy::single_match)]
|
15 |
#![allow(clippy::single_match)]
|
16 |
use super::error;
|
15 |
#![allow(clippy::single_match)]
|
1 |
#![warn(clippy::all)]
|
2 |
#![allow(clippy::single_match)]
|
1 |
#![warn(clippy::all)]
|
2 |
#![allow(clippy::single_match)]
|
2 |
#![allow(clippy::new_without_default)]
|
3 |
#![allow(clippy::single_match)]
|
4 |
#![feature(decl_macro)]
|
11 |
#![allow(clippy::similar_names)]
|
12 |
#![allow(clippy::single_match)]
|
13 |
#![allow(clippy::write_with_newline)]
|
5 |
clippy::wrong_self_convention,
|
6 |
clippy::single_match,
|
7 |
clippy::let_unit_value,
|
43 |
#![allow(
|
44 |
clippy::single_match,
|
45 |
clippy::needless_lifetimes,
|
2 |
#![allow(
|
3 |
clippy::single_match,
|
4 |
clippy::needless_lifetimes,
|
46 |
clippy::unknown_clippy_lints,
|
47 |
clippy::single_match,
|
48 |
clippy::unimplemented,
|
46 |
clippy::unknown_clippy_lints,
|
47 |
clippy::single_match,
|
48 |
clippy::unimplemented,
|
9 |
#![allow(clippy::single_match)]
|
9 |
#![allow(clippy::single_match)]
|
10 |
#![allow(clippy::single_match)]
|
9 |
#![allow(clippy::single_match)]
|
11 |
#![allow(clippy::single_match)]
|
5 |
clippy::wrong_self_convention,
|
6 |
clippy::single_match,
|
7 |
clippy::let_unit_value,
|
10 |
clippy::many_single_char_names,
|
11 |
clippy::single_match,
|
12 |
clippy::float_cmp,
|
8 |
clippy::never_loop,
|
9 |
clippy::single_match,
|
10 |
clippy::single_match_else
|
6 |
clippy::never_loop,
|
7 |
clippy::single_match,
|
8 |
clippy::single_match_else
|
1 |
#![allow(clippy::single_match)]
|
2 |
//! # About
|
1 |
#![allow(clippy::single_match)]
|
510 |
#![doc(html_root_url = "https://docs.rs/juniper-eager-loading/0.5.1")]
|
511 |
#![allow(clippy::single_match, clippy::type_complexity)]
|
512 |
#![deny(
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
2 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match, clippy::type_complexity)]
|
9 |
#![cfg_attr(feature = "cargo-clippy",
|
10 |
allow(single_match, match_same_arms, match_ref_pats,
|
11 |
clone_on_ref_ptr, needless_pass_by_value))]
|
15 |
/* missing_docs (https://github.com/rust-lang/rust/issues/42008) */)]
|
16 |
#![allow(clippy::single_match, clippy::match_same_arms, clippy::match_ref_pats,
|
17 |
clippy::clone_on_ref_ptr, clippy::needless_pass_by_value)]
|
163 |
unused_import_braces, unused_qualifications, missing_docs)]
|
164 |
#![allow(clippy::single_match, clippy::match_same_arms, clippy::match_ref_pats,
|
165 |
clippy::clone_on_ref_ptr, clippy::needless_pass_by_value)]
|
9 |
#![cfg_attr(feature = "cargo-clippy",
|
10 |
allow(single_match, match_same_arms, match_ref_pats,
|
11 |
clone_on_ref_ptr, needless_pass_by_value))]
|
9 |
#![cfg_attr(feature = "cargo-clippy",
|
10 |
allow(single_match, match_same_arms, match_ref_pats,
|
11 |
clone_on_ref_ptr, needless_pass_by_value))]
|
21 |
#![allow(clippy::collapsible_if)]
|
22 |
#![allow(clippy::single_match)]
|
23 |
#![allow(clippy::comparison_chain)]
|
57 |
#![warn(clippy::all)]
|
58 |
#![allow(clippy::single_match)]
|
57 |
#![warn(clippy::all)]
|
58 |
#![allow(clippy::single_match)]
|
61 |
#![allow(clippy::match_like_matches_macro)]
|
62 |
#![allow(clippy::single_match)]
|
63 |
#![allow(clippy::type_complexity)]
|
5 |
clippy::wrong_self_convention,
|
6 |
clippy::single_match,
|
7 |
clippy::let_unit_value,
|
350 |
fn div(self, rhs: R) -> Self {
|
351 |
#![allow(clippy::single_match, clippy::suspicious_arithmetic_impl)]
|
352 |
let rhs = Self::from(rhs);
|
507 |
fn div(self, rhs: R) -> Self {
|
508 |
#![allow(clippy::single_match, clippy::suspicious_arithmetic_impl)]
|
509 |
let rhs = Self::from(rhs);
|
182 |
clippy::similar_names,
|
183 |
clippy::single_match,
|
184 |
clippy::type_complexity
|
74 |
clippy::similar_names,
|
75 |
clippy::single_match,
|
76 |
clippy::type_complexity
|
1 |
#![allow(clippy::single_match, clippy::block_in_if_condition_stmt)]
|
2 |
use crate::field::{FieldDecode, FieldEncode, RequiredFieldDecode, RequiredFieldEncode};
|
1 |
#![allow(clippy::iter_nth_zero)]
|
2 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
2 |
use std::collections::hash_map::DefaultHasher;
|
1 |
#![allow(clippy::single_match)]
|
2 |
use std::collections::hash_map::DefaultHasher;
|
9 |
#![cfg_attr(feature = "cargo-clippy",
|
10 |
allow(single_match, match_same_arms, match_ref_pats,
|
11 |
clone_on_ref_ptr, needless_pass_by_value))]
|
22 |
#![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names, single_match, cast_lossless, doc_markdown, match_same_arms, unreadable_literal))]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
11 |
unused_import_braces, unused_qualifications, missing_docs)]
|
12 |
#![allow(clippy::single_match, clippy::match_same_arms, clippy::match_ref_pats,
|
13 |
clippy::clone_on_ref_ptr, clippy::needless_pass_by_value)]
|
1 |
#![allow(dead_code)]
|
2 |
#![allow(clippy::single_component_path_imports, clippy::or_fun_call, clippy::single_match)]
|
47 |
#![allow(clippy::collapsible_match)]
|
48 |
#![allow(clippy::single_match)]
|
49 |
#![allow(clippy::unused_unit)]
|
6 |
)]
|
7 |
#![allow(clippy::single_match, clippy::upper_case_acronyms)]
|
8 |
// length checked
|
9 |
#![allow(clippy::single_match)]
|
10 |
#![allow(clippy::needless_range_loop)]
|
10 |
#![allow(clippy::needless_range_loop)]
|
11 |
#![allow(clippy::single_match)]
|
10 |
#![allow(clippy::needless_range_loop)]
|
11 |
#![allow(clippy::single_match)]
|
183 |
#![doc(html_root_url = "https://docs.rs/rust-fel/0.1.2")] // Must be kept in sync with Cargo.toml
|
184 |
#![allow(clippy::single_match)]
|
185 |
/// Module containing the [rust_fel::App](../rust_fel/struct.App.html) [struct](https://doc.rust-lang.org/std/keyword.struct.html) which mounts your ```App``` to the [DOM](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction).
|
11 |
clippy::nonminimal_bool,
|
12 |
clippy::single_match,
|
13 |
clippy::large_enum_variant
|
378 |
// Disagree these are good hints
|
379 |
#![allow(clippy::single_match)]
|
380 |
#![allow(clippy::should_implement_trait)]
|
75 |
#![warn(missing_debug_implementations, rust_2018_idioms, missing_docs)]
|
76 |
#![allow(clippy::type_complexity, clippy::single_match)]
|
23 |
#![warn(clippy::pedantic)]
|
24 |
#![allow(clippy::single_match)]
|
25 |
#![allow(clippy::missing_errors_doc)]
|
3 |
#![allow(
|
4 |
clippy::single_match,
|
5 |
clippy::default_trait_access,
|
3 |
#![allow(
|
4 |
clippy::single_match,
|
5 |
clippy::default_trait_access,
|
9 |
#![allow(clippy::similar_names)]
|
10 |
#![allow(clippy::single_match)]
|
11 |
#![allow(clippy::single_match_else)]
|
32 |
clippy::similar_names,
|
33 |
clippy::single_match,
|
34 |
clippy::single_match_else,
|
21 |
clippy::unnecessary_operation,
|
22 |
clippy::single_match,
|
23 |
clippy::clone_on_copy,
|
5 |
clippy::multiple_crate_versions,
|
6 |
clippy::single_match,
|
7 |
clippy::single_match_else
|
25 |
#![allow(clippy::new_ret_no_self)]
|
26 |
#![allow(clippy::single_match)]
|
27 |
#![allow(clippy::too_many_arguments)]
|
5 |
clippy::wrong_self_convention,
|
6 |
clippy::single_match,
|
7 |
clippy::let_unit_value,
|
5 |
clippy::wrong_self_convention,
|
6 |
clippy::single_match,
|
7 |
clippy::let_unit_value,
|
5 |
clippy::wrong_self_convention,
|
6 |
clippy::single_match,
|
7 |
clippy::let_unit_value,
|
35 |
clippy::module_name_repetitions,
|
36 |
clippy::single_match,
|
37 |
clippy::single_match_else
|
31 |
// Matches are good and extendable, no need to make an exception here.
|
32 |
clippy::single_match,
|
33 |
// Push commands are more regular than macros.
|
186 |
#![allow(clippy::cognitive_complexity)]
|
187 |
#![allow(clippy::single_match)]
|
188 |
#![allow(clippy::upper_case_acronyms)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::single_match)]
|
9 |
//! The HTML5 tokenizer.
|
10 |
#![allow(clippy::never_loop, clippy::cognitive_complexity, clippy::single_match)]
|
11 |
#![allow(clippy::unnested_or_patterns)]
|