17 |
// set authorization headers
|
18 |
#[allow(clippy::pattern_type_mismatch)]
|
19 |
for (header, value) in self
|
104 |
pub fn save(&mut self) -> Result<(), Error> {
|
105 |
#[allow(clippy::pattern_type_mismatch)]
|
106 |
if let Some(file_name) = &self.file_name {
|
354 |
let mut file_name = "[No Name]".to_owned();
|
355 |
#[allow(clippy::pattern_type_mismatch)]
|
356 |
if let Some(name) = &self.document.file_name {
|
14 |
#[allow(clippy::unknown_clippy_lints)]
|
15 |
#[allow(clippy::pattern_type_mismatch)]
|
16 |
#[allow(clippy::redundant_pub_crate)]
|
37 |
#[allow(clippy::unknown_clippy_lints)]
|
38 |
#[allow(clippy::pattern_type_mismatch)]
|
39 |
#[allow(clippy::redundant_pub_crate)]
|
57 |
#[allow(clippy::unknown_clippy_lints)]
|
58 |
#[allow(clippy::pattern_type_mismatch)]
|
59 |
#[allow(clippy::redundant_pub_crate)]
|
14 |
#[allow(clippy::unknown_clippy_lints)]
|
15 |
#[allow(clippy::pattern_type_mismatch)]
|
16 |
#[allow(clippy::redundant_pub_crate)]
|
10 |
#[allow(clippy::unknown_clippy_lints)]
|
11 |
#[allow(clippy::pattern_type_mismatch)]
|
12 |
#[allow(clippy::redundant_pub_crate)]
|
20 |
#[allow(clippy::unknown_clippy_lints)]
|
21 |
#[allow(clippy::pattern_type_mismatch)]
|
22 |
#[allow(clippy::redundant_pub_crate)]
|
50 |
#[allow(clippy::unknown_clippy_lints)]
|
51 |
#[allow(clippy::pattern_type_mismatch)]
|
52 |
#[allow(clippy::redundant_pub_crate)]
|
80 |
#[allow(clippy::unknown_clippy_lints)]
|
81 |
#[allow(clippy::pattern_type_mismatch)]
|
82 |
#[allow(clippy::redundant_pub_crate)]
|
108 |
#[allow(clippy::unknown_clippy_lints)]
|
109 |
#[allow(clippy::pattern_type_mismatch)]
|
110 |
#[allow(clippy::redundant_pub_crate)]
|
17 |
#[allow(clippy::unknown_clippy_lints)]
|
18 |
#[allow(clippy::pattern_type_mismatch)]
|
19 |
#[allow(clippy::redundant_pub_crate)]
|
120 |
#[inline]
|
121 |
#[allow(clippy::pattern_type_mismatch)]
|
122 |
fn end_same<D, T>(a_iter: D, b_iter: D, a_len: usize, b_len: usize, start_same: usize) -> usize
|
384 |
/// This should always be safe to unwrap
|
385 |
#[allow(clippy::pattern_type_mismatch)]
|
386 |
fn build<S: UdfState>(&mut self) -> &ArgList<S> {
|
37 |
clippy::non_ascii_literal,
|
38 |
clippy::pattern_type_mismatch,
|
39 |
clippy::redundant_pub_crate,
|
37 |
clippy::non_ascii_literal,
|
38 |
clippy::pattern_type_mismatch,
|
39 |
clippy::redundant_pub_crate,
|
11 |
clippy::blanket_clippy_restriction_lints,
|
12 |
clippy::pattern_type_mismatch
|
13 |
)]
|
11 |
clippy::blanket_clippy_restriction_lints,
|
12 |
clippy::pattern_type_mismatch
|
13 |
)]
|
1 |
//! An interface with any number of Language Servers.
|
2 |
#![allow(clippy::pattern_type_mismatch)] // Marks enums as errors.
|
3 |
mod json_rpc;
|
37 |
clippy::non_ascii_literal,
|
38 |
clippy::pattern_type_mismatch,
|
39 |
clippy::redundant_pub_crate,
|
61 |
clippy::missing_docs_in_private_items,
|
62 |
clippy::pattern_type_mismatch,
|
63 |
clippy::shadow_reuse
|
72 |
clippy::blanket_clippy_restriction_lints,
|
73 |
clippy::pattern_type_mismatch
|
74 |
)]
|
10 |
clippy::blanket_clippy_restriction_lints,
|
11 |
clippy::pattern_type_mismatch
|
12 |
)]
|
17 |
clippy::wildcard_enum_match_arm,
|
18 |
clippy::pattern_type_mismatch,
|
19 |
clippy::shadow_reuse,
|
15 |
clippy::module_inception,
|
16 |
clippy::pattern_type_mismatch
|
17 |
)]
|
1 |
//! Implements the functionality of interpreting an [`Input`] into [`Operation`]s.
|
2 |
#![allow(clippy::pattern_type_mismatch)] // False positive.
|
3 |
use {
|
1 |
//! Implements the interface for all input and output to the application.
|
2 |
#![allow(clippy::pattern_type_mismatch)]
|
3 |
mod fs;
|
15 |
clippy::wildcard_enum_match_arm,
|
16 |
clippy::pattern_type_mismatch,
|
17 |
clippy::shadow_reuse,
|
15 |
clippy::wildcard_enum_match_arm,
|
16 |
clippy::pattern_type_mismatch,
|
17 |
clippy::shadow_reuse,
|
15 |
clippy::wildcard_enum_match_arm,
|
16 |
clippy::pattern_type_mismatch,
|
17 |
clippy::shadow_reuse,
|
15 |
clippy::wildcard_enum_match_arm,
|
16 |
clippy::pattern_type_mismatch,
|
17 |
clippy::shadow_reuse,
|
15 |
clippy::wildcard_enum_match_arm,
|
16 |
clippy::pattern_type_mismatch,
|
17 |
clippy::shadow_reuse,
|
70 |
clippy::float_arithmetic,
|
71 |
clippy::pattern_type_mismatch,
|
72 |
clippy::as_conversions
|
29 |
clippy::float_arithmetic,
|
30 |
clippy::pattern_type_mismatch,
|
31 |
clippy::as_conversions
|
54 |
clippy::multiple_inherent_impl,
|
55 |
clippy::pattern_type_mismatch,
|
56 |
clippy::wildcard_enum_match_arm,
|
55 |
clippy::multiple_inherent_impl,
|
56 |
clippy::pattern_type_mismatch,
|
57 |
clippy::wildcard_enum_match_arm,
|
54 |
clippy::multiple_inherent_impl,
|
55 |
clippy::pattern_type_mismatch,
|
56 |
clippy::wildcard_enum_match_arm,
|
10 |
clippy::implicit_return,
|
11 |
clippy::pattern_type_mismatch
|
12 |
)]
|
35 |
clippy::missing_docs_in_private_items,
|
36 |
clippy::pattern_type_mismatch,
|
37 |
clippy::blanket_clippy_restriction_lints,
|
37 |
clippy::shadow_reuse,
|
38 |
clippy::pattern_type_mismatch
|
39 |
)]
|