79 |
/// to the same host, or `false` if the transport socket must be closed.
|
80 |
#[allow(clippy::must_use_candidate)] // Return value can be ignored, the purpose of this function is mainly to drop self.
|
81 |
pub fn finish(self) -> bool {
|
74 |
/// ```
|
75 |
#[allow(clippy::must_use_candidate)]
|
76 |
pub fn new(sample_rate: f32) -> Self {
|
56 |
#[allow(clippy::must_use_candidate)]
|
57 |
impl Error {
|
3430 |
#[allow(clippy::must_use_candidate)]
|
3431 |
pub fn wait_until(&self, absolute_duration: Duration) -> bool {
|
1622 |
/// Panics if failure contains `stdout`
|
1623 |
#[allow(clippy::must_use_candidate)]
|
1624 |
#[track_caller]
|
1638 |
/// Panics if failure contains `stderr`
|
1639 |
#[allow(clippy::must_use_candidate)]
|
1640 |
#[track_caller]
|
147 |
#[inline]
|
148 |
#[allow(clippy::must_use_candidate)]
|
149 |
pub fn features() -> Vec<(&'static str, &'static str)> {
|
1107 |
// value is not necessarily used.
|
1108 |
#[allow(clippy::must_use_candidate)]
|
1109 |
pub fn clone_insert_subtree(&self, dest: InsertAs<&HotNode<T>>) -> Self
|
2509 |
// value is not necessarily used.
|
2510 |
#[allow(clippy::must_use_candidate)]
|
2511 |
pub fn clone_insert_subtree(&self, dest: InsertAs<&HotNode<T>>) -> HotNode<T>
|
158 |
/// Leaks the buffer and returns a [`ProcessMemorySlice`] spanning this buffer.
|
159 |
#[allow(clippy::must_use_candidate)]
|
160 |
pub fn leak(self) -> ProcessMemorySlice<'a> {
|
254 |
/// Leaks the underlying handle and return it as a non-owning [`BorrowedProcess`] instance.
|
255 |
#[allow(clippy::must_use_candidate)]
|
256 |
pub fn leak(self) -> BorrowedProcess<'static> {
|
620 |
///
|
621 |
#[allow(clippy::must_use_candidate)]
|
622 |
pub fn to_debug(&self) -> String {
|
377 |
impl Error {
|
378 |
#[allow(clippy::must_use_candidate)]
|
379 |
pub fn new<T: fmt::Display>(kind: ErrorKind, message: T) -> Self {
|
386 |
#[allow(clippy::must_use_candidate)]
|
387 |
pub fn new0(kind: ErrorKind) -> Self {
|
394 |
#[allow(clippy::must_use_candidate)]
|
395 |
pub fn newc(kind: ErrorKind, message: Option<impl fmt::Display>) -> Self {
|
406 |
#[allow(clippy::must_use_candidate)]
|
407 |
pub fn e<T: fmt::Display>(kind: ErrorKind, message: T) -> Self {
|
414 |
#[allow(clippy::must_use_candidate)]
|
415 |
pub fn not_found<T: fmt::Display>(message: T) -> Self {
|
88 |
#[allow(clippy::must_use_candidate)]
|
89 |
impl JsonRpcRequestMeta {
|
266 |
#[allow(clippy::must_use_candidate)]
|
267 |
impl JsonRpcResponse {
|
323 |
#[allow(clippy::must_use_candidate)]
|
324 |
impl<'a> JsonRpcRequest {
|
32 |
#[allow(clippy::must_use_candidate)]
|
33 |
fn from_str(str: &str) -> Result<Self, Self::Err> {
|
109 |
#[allow(clippy::must_use_candidate)]
|
110 |
fn from_str(str: &str) -> Result<Self, Self::Err> {
|
220 |
#[allow(clippy::must_use_candidate)]
|
221 |
fn from_str(str: &str) -> Result<Self, Self::Err> {
|
103 |
impl Config {
|
104 |
#[allow(clippy::must_use_candidate)]
|
105 |
pub fn units(&self) -> Units {
|
113 |
#[allow(clippy::must_use_candidate)]
|
114 |
pub fn border(&self) -> f64 {
|
122 |
#[allow(clippy::must_use_candidate)]
|
123 |
pub fn line_weight(&self) -> f64 {
|
131 |
#[allow(clippy::must_use_candidate)]
|
132 |
pub fn fretline_color(&self) -> RGBA<u8> {
|
140 |
#[allow(clippy::must_use_candidate)]
|
141 |
pub fn fretboard_color(&self) -> RGBA<u8> {
|
1 |
#![warn(clippy::all, clippy::pedantic)]
|
2 |
#![allow(clippy::must_use_candidate)]
|
3 |
#![doc = include_str!("../README.md")]
|
157 |
/// Returns a multiscale Specs struct
|
158 |
#[allow(clippy::must_use_candidate)]
|
159 |
pub fn multi() -> Self {
|
1014 |
#[allow(clippy::must_use_candidate)]
|
1015 |
/// # Stop.
|
43 |
impl GemView {
|
44 |
#[allow(clippy::must_use_candidate)]
|
45 |
pub fn new() -> Self {
|
49 |
#[allow(clippy::must_use_candidate)]
|
50 |
pub fn with_label(label: &str) -> Self {
|
102 |
/// Note: there may be other edges with the same source and target nodes
|
103 |
#[allow(clippy::must_use_candidate)]
|
104 |
pub fn remove(self) -> EdgeData {
|
81 |
/// Returns the associated data of the removed node
|
82 |
#[allow(clippy::must_use_candidate)]
|
83 |
pub fn remove(self) -> NodeData {
|
103 |
/// Note: there may be other edges with the same source and target nodes
|
104 |
#[allow(clippy::must_use_candidate)]
|
105 |
pub fn remove(self) -> EdgeEntry<EdgeKey, EdgeData> {
|
83 |
/// Returns the associated data of the removed node
|
84 |
#[allow(clippy::must_use_candidate)]
|
85 |
pub fn remove(self) -> NodeEntry<NodeKey, NodeData> {
|
46 |
/// ```
|
47 |
#[allow(clippy::must_use_candidate)]
|
48 |
pub fn from_listener(listener: UnixListener) -> Self {
|
222 |
/// Simply validates based on whether or not the subscription's expiration has passed.
|
223 |
#[allow(clippy::must_use_candidate)]
|
224 |
pub fn validate_apple_subscription(
|
270 |
/// Validates that a package status is valid
|
271 |
#[allow(clippy::must_use_candidate)]
|
272 |
pub fn validate_apple_package(response: &AppleResponse, transaction_id: &str) -> PurchaseResponse {
|
225 |
/// Will return an error if `S` cannot be deserialized into a `ServiceAccountKey`
|
226 |
#[allow(clippy::must_use_candidate)]
|
227 |
pub fn set_google_service_account_key<S: AsRef<[u8]>>(self, secret: S) -> Result<Self> {
|
134 |
#[doc(hidden)]
|
135 |
#[allow(clippy::must_use_candidate)]
|
136 |
pub fn type_to_owned<'a>(ty: &Type<'a>) -> Type<'static> {
|
127 |
/// that isn't tied to the pool
|
128 |
#[allow(clippy::must_use_candidate)]
|
129 |
#[inline]
|
284 |
#[inline]
|
285 |
#[allow(clippy::must_use_candidate)]
|
286 |
#[allow(clippy::cast_sign_loss)]
|
677 |
impl Emulator {
|
678 |
#[allow(clippy::must_use_candidate, clippy::similar_names)]
|
679 |
pub fn new(args: &[String], env: &[(String, String)]) -> Emulator {
|
19 |
#[allow(clippy::similar_names)]
|
20 |
#[allow(clippy::must_use_candidate)] // nobody uses that return code...
|
21 |
pub fn libfuzzer_initialize(args: &[String]) -> i32 {
|
35 |
/// Calls the libfuzzer harness. We actually think the target is unsafe and crashes eventually, that's why we do all this fuzzing.
|
36 |
#[allow(clippy::must_use_candidate)]
|
37 |
pub fn libfuzzer_test_one_input(buf: &[u8]) -> i32 {
|
197 |
// library users using the returned `Recorder` directly.
|
198 |
#[allow(clippy::must_use_candidate)]
|
199 |
pub fn install() -> Recorder {
|
211 |
// library users using the returned `FreezableRecorder` directly.
|
212 |
#[allow(clippy::must_use_candidate)]
|
213 |
pub fn install_freezable() -> FreezableRecorder {
|
158 |
impl<'a> Entry<'a> {
|
159 |
#[allow(clippy::must_use_candidate)]
|
160 |
pub fn new(key: Yaml<'a>, value: Yaml<'a>) -> Self {
|
68 |
#[allow(clippy::must_use_candidate)]
|
69 |
pub fn wait_until_started(&self) -> State {
|
77 |
#[allow(clippy::must_use_candidate)]
|
78 |
pub fn wait_until_not_running(&self) -> State {
|
85 |
#[allow(clippy::must_use_candidate)]
|
86 |
impl OpenCvCaptureDevice {
|
2293 |
/// If the internal canvas is not here, drawing fails, or a cast fails, this will error.
|
2294 |
#[allow(clippy::must_use_candidate)]
|
2295 |
#[allow(clippy::too_many_lines)]
|
1215 |
#[allow(clippy::needless_pass_by_value)]
|
1216 |
#[allow(clippy::must_use_candidate)]
|
1217 |
pub mod wmf {
|
43 |
#[allow(clippy::missing_panics_doc)]
|
44 |
#[allow(clippy::must_use_candidate)]
|
45 |
pub fn next() -> String {
|
90 |
#[allow(clippy::should_implement_trait)]
|
91 |
#[allow(clippy::must_use_candidate)]
|
92 |
pub fn next(&mut self) -> String {
|
81 |
/// time, because dropping a `Descriptor` object closes the descriptor.
|
82 |
#[allow(clippy::must_use_candidate)] // This could be called and immediately dropped to close an unwanted descriptor.
|
83 |
pub const unsafe fn new(raw: u32) -> Self {
|
239 |
/// [`Owned`](Owned) type via this `unsafe` method.
|
240 |
#[allow(clippy::must_use_candidate)] // If caller doesn’t want the descriptor, they can do this and immediately drop.
|
241 |
pub unsafe fn into_owned(self) -> Owned {
|
208 |
impl<T: ?Sized> Window<T> {
|
209 |
#[allow(clippy::must_use_candidate)] // side effects
|
210 |
pub fn hide(&self, animated: bool) -> bool {
|
12 |
#[allow(clippy::must_use_candidate)] // side effects
|
13 |
pub fn pop(animated: bool) -> bool {
|
21 |
#[allow(clippy::must_use_candidate)] // side effects
|
22 |
pub fn remove<T: ?Sized>(window: &Window<T>, animated: bool) -> bool {
|
333 |
/// Revokes this permit and all subordinate permits.
|
334 |
#[allow(clippy::must_use_candidate)]
|
335 |
pub fn revoke(&self) -> &Self {
|
166 |
/// The [`ProgLogBuilder`] should be preferred.
|
167 |
#[allow(clippy::must_use_candidate)]
|
168 |
pub fn new(
|
23 |
/// displaying help/version text if specified.
|
24 |
#[allow(clippy::must_use_candidate)]
|
25 |
pub fn load() -> Opts {
|
158 |
#[allow(clippy::must_use_candidate)]
|
159 |
pub fn reply_simple_string(&self, s: &str) -> raw::Status {
|
164 |
#[allow(clippy::must_use_candidate)]
|
165 |
pub fn reply_error_string(&self, s: &str) -> raw::Status {
|
172 |
/// Will panic if methods used are missing in redismodule.h
|
173 |
#[allow(clippy::must_use_candidate)]
|
174 |
pub fn reply(&self, r: RedisResult) -> raw::Status {
|
289 |
#[cfg(feature = "experimental-api")]
|
290 |
#[allow(clippy::must_use_candidate)]
|
291 |
pub fn notify_keyspace_event(
|
371 |
#[allow(clippy::must_use_candidate)]
|
372 |
pub fn add_info_section(&self, name: Option<&str>) -> Status {
|
67 |
/// so we pass through its functionality directly.
|
68 |
#[allow(clippy::must_use_candidate)]
|
69 |
pub fn reply(&self, r: RedisResult) -> raw::Status {
|
163 |
#[allow(clippy::must_use_candidate)]
|
164 |
pub fn hash_set(&self, field: &str, value: RedisString) -> raw::Status {
|
168 |
#[allow(clippy::must_use_candidate)]
|
169 |
pub fn hash_del(&self, field: &str) -> raw::Status {
|
195 |
// `list_push_head` inserts the specified element at the head of the list stored at this key.
|
196 |
#[allow(clippy::must_use_candidate)]
|
197 |
pub fn list_push_head(&self, element: RedisString) -> raw::Status {
|
201 |
// `list_push_tail` inserts the specified element at the tail of the list stored at this key.
|
202 |
#[allow(clippy::must_use_candidate)]
|
203 |
pub fn list_push_tail(&self, element: RedisString) -> raw::Status {
|
51 |
/// Consume the `PeekRef` and get the peek element
|
52 |
#[allow(clippy::must_use_candidate)]
|
53 |
pub fn take(mut self) -> I {
|
54 |
// Caller doesn't nessassarily want the actual data, just to remove the cached value
|
55 |
#[allow(clippy::must_use_candidate)]
|
56 |
#[inline]
|
55 |
// Caller doesn't nessassarily want the actual data, just to remove the cached value
|
56 |
#[allow(clippy::must_use_candidate)]
|
57 |
#[inline]
|
35 |
// Just returning a reference to the same client with an extended lifetime, don't need to be used
|
36 |
#[allow(clippy::must_use_candidate)]
|
37 |
pub fn provide_query_client<'scope, 'link>(
|
38 |
/// used).
|
39 |
#[allow(clippy::must_use_candidate)]
|
40 |
pub fn from_seconds_since_unix_epoch(secs: u64) -> Self {
|
36 |
impl Node {
|
37 |
#[allow(clippy::must_use_candidate)]
|
38 |
#[allow(clippy::match_wildcard_for_single_variants)]
|
47 |
#[allow(clippy::must_use_candidate)]
|
48 |
#[allow(clippy::match_wildcard_for_single_variants)]
|
169 |
/// Panics if this is a different enum variant.
|
170 |
#[allow(clippy::must_use_candidate)]
|
171 |
#[allow(clippy::missing_panics_doc)]
|
180 |
/// Panics if this is a different enum variant.
|
181 |
#[allow(clippy::must_use_candidate)]
|
182 |
#[allow(clippy::missing_panics_doc)]
|
191 |
/// Panics if this is a different enum variant.
|
192 |
#[allow(clippy::must_use_candidate)]
|
193 |
#[allow(clippy::missing_panics_doc)]
|
56 |
/// It has time complexity of `O(log(n))`, assuming that [combine](Node::combine) has constant time complexity.
|
57 |
#[allow(clippy::must_use_candidate)]
|
58 |
pub fn query(&self, l: usize, r: usize) -> Option<T> {
|
139 |
/// Return the amount of different versions the current segment tree has.
|
140 |
#[allow(clippy::must_use_candidate)]
|
141 |
pub fn versions(&self) -> usize {
|
51 |
/// It has time complexity of `O(log(n))`, assuming that [combine](Node::combine) has constant time complexity.
|
52 |
#[allow(clippy::must_use_candidate)]
|
53 |
pub fn query(&self, version: usize, left: usize, right: usize) -> Option<T> {
|
117 |
/// Return the amount of different versions the current segment tree has.
|
118 |
#[allow(clippy::must_use_candidate)]
|
119 |
pub fn versions(&self) -> usize {
|
96 |
/// It has time complexity of `O(log(n))`, assuming that [combine](Node::combine) has constant time complexity.
|
97 |
#[allow(clippy::must_use_candidate)]
|
98 |
pub fn query(&self, left: usize, right: usize) -> Option<T> {
|
210 |
/// ```
|
211 |
#[allow(clippy::must_use_candidate)]
|
212 |
pub fn capture(self) -> Uuid {
|
151 |
/// Returns `false` if the swap failed / this `AtomicGc` was not pointing to `current`
|
152 |
#[allow(clippy::must_use_candidate)]
|
153 |
#[allow(deprecated)]
|
192 |
/// Returns `false` if the swap failed / this `AtomicGc` was not pointing to `current`
|
193 |
#[allow(clippy::must_use_candidate)]
|
194 |
pub fn compare_exchange(
|
74 |
/// ```
|
75 |
#[allow(clippy::must_use_candidate)]
|
76 |
pub fn is_argument(&self) -> bool {
|
96 |
/// ```
|
97 |
#[allow(clippy::must_use_candidate)]
|
98 |
pub fn argument_name_and_value(&self) -> (Option<&str>, Option<&str>) {
|
64 |
/// This is the default.
|
65 |
#[allow(clippy::must_use_candidate)]
|
66 |
pub fn in_transient_scope(
|
99 |
#[allow(clippy::must_use_candidate)]
|
100 |
impl Telnet {
|
14 |
impl Action {
|
15 |
#[allow(clippy::must_use_candidate)]
|
16 |
pub fn as_byte(&self) -> u8 {
|
104 |
/// Get the major version number.
|
105 |
#[allow(clippy::must_use_candidate)]
|
106 |
#[inline]
|
111 |
/// Get the minor version number.
|
112 |
#[allow(clippy::must_use_candidate)]
|
113 |
#[inline]
|
118 |
/// Return the major.minor information as a tuple.
|
119 |
#[allow(clippy::must_use_candidate)]
|
120 |
#[inline]
|
141 |
/// Get the version information.
|
142 |
#[allow(clippy::must_use_candidate)]
|
143 |
#[inline]
|
31 |
/// used).
|
32 |
#[allow(clippy::must_use_candidate)]
|
33 |
pub fn from_seconds_since_unix_epoch(secs: u64) -> Self {
|
29 |
#![deny(nonstandard_style)]
|
30 |
#![allow(clippy::must_use_candidate, clippy::missing_panics_doc, clippy::missing_errors_doc)]
|
31 |
#![warn(future_incompatible)]
|
15 |
clippy::shadow_unrelated,
|
16 |
clippy::must_use_candidate,
|
17 |
clippy::implicit_hasher
|
33 |
clippy::module_name_repetitions,
|
34 |
clippy::must_use_candidate,
|
35 |
clippy::needless_pass_by_value,
|
10 |
// #![warn(clippy::missing_docs_in_private_items)]
|
11 |
#![allow(clippy::must_use_candidate)]
|
12 |
#![no_std]
|
6 |
clippy::non_ascii_literal,
|
7 |
clippy::must_use_candidate,
|
8 |
clippy::mod_module_files,
|
26 |
clippy::wrong_self_convention,
|
27 |
clippy::must_use_candidate,
|
28 |
clippy::module_name_repetitions
|
20 |
)]
|
21 |
#![allow(incomplete_features, clippy::must_use_candidate)]
|
81 |
clippy::module_name_repetitions,
|
82 |
clippy::must_use_candidate,
|
83 |
clippy::missing_errors_doc,
|
54 |
clippy::module_name_repetitions,
|
55 |
clippy::must_use_candidate,
|
56 |
clippy::missing_errors_doc
|
1 |
#![allow(clippy::needless_doctest_main, clippy::must_use_candidate)]
|
2 |
//! `alog` is a simple log file anonymizer.
|
136 |
missing_errors_doc,
|
137 |
must_use_candidate,
|
138 |
)
|
43 |
clippy::module_name_repetitions,
|
44 |
clippy::must_use_candidate,
|
45 |
clippy::option_if_let_else,
|
354 |
clippy::missing_errors_doc,
|
355 |
clippy::must_use_candidate,
|
356 |
)]
|
26 |
clippy::if_not_else,
|
27 |
clippy::must_use_candidate,
|
28 |
clippy::missing_errors_doc,
|
25 |
clippy::too_many_lines,
|
26 |
clippy::must_use_candidate,
|
27 |
clippy::type_repetition_in_bounds,
|
28 |
clippy::missing_errors_doc,
|
29 |
clippy::must_use_candidate,
|
30 |
clippy::unsafe_derive_deserialize,
|
28 |
clippy::if_not_else,
|
29 |
clippy::must_use_candidate,
|
30 |
clippy::missing_errors_doc,
|
25 |
clippy::if_not_else,
|
26 |
clippy::must_use_candidate,
|
27 |
clippy::missing_errors_doc,
|
25 |
clippy::if_not_else,
|
26 |
clippy::must_use_candidate,
|
27 |
clippy::missing_errors_doc,
|
54 |
clippy::unsafe_derive_deserialize,
|
55 |
clippy::must_use_candidate,
|
56 |
clippy::unused_self,
|
24 |
clippy::if_not_else,
|
25 |
clippy::must_use_candidate,
|
26 |
clippy::missing_errors_doc,
|
224 |
clippy::module_name_repetitions,
|
225 |
clippy::must_use_candidate,
|
226 |
clippy::needless_doctest_main,
|
3 |
#![deny(clippy::pedantic, missing_docs)]
|
4 |
#![allow(clippy::must_use_candidate)]
|
5 |
// `impl ToString` is better than `&impl ToString`. Clippy is not ready for impl trait.
|
38 |
clippy::cast_sign_loss,
|
39 |
clippy::must_use_candidate,
|
40 |
clippy::similar_names
|
182 |
clippy::missing_errors_doc,
|
183 |
clippy::must_use_candidate,
|
184 |
clippy::module_name_repetitions
|
126 |
clippy::missing_errors_doc,
|
127 |
clippy::must_use_candidate,
|
128 |
clippy::module_name_repetitions
|
131 |
clippy::missing_errors_doc,
|
132 |
clippy::must_use_candidate,
|
133 |
clippy::module_name_repetitions,
|
7 |
#![warn(clippy::pedantic)]
|
8 |
#![allow(clippy::must_use_candidate)]
|
9 |
#![allow(clippy::module_name_repetitions)]
|
3 |
#![warn(clippy::pedantic)]
|
4 |
#![allow(clippy::must_use_candidate)]
|
5 |
#![allow(clippy::module_name_repetitions)]
|
12 |
#![warn(clippy::pedantic)]
|
13 |
#![allow(clippy::must_use_candidate)]
|
14 |
#![allow(clippy::module_name_repetitions)]
|
152 |
#![allow(clippy::doc_markdown)]
|
153 |
#![allow(clippy::must_use_candidate)]
|
154 |
#![allow(clippy::missing_errors_doc)]
|
16 |
)]
|
17 |
#![allow(clippy::module_name_repetitions, clippy::must_use_candidate)]
|
18 |
#![cfg_attr(feature = "read-initializer", feature(read_initializer))]
|
19 |
#![allow(clippy::module_name_repetitions)]
|
20 |
#![allow(clippy::must_use_candidate)]
|
21 |
#![allow(clippy::missing_errors_doc)]
|
6 |
#![allow(clippy::cast_precision_loss)]
|
7 |
#![allow(clippy::must_use_candidate)]
|
8 |
#![allow(clippy::too_many_arguments)]
|
102 |
#![allow(clippy::too_many_lines)]
|
103 |
#![allow(clippy::must_use_candidate)]
|
104 |
#![allow(clippy::missing_errors_doc)]
|
57 |
#![deny(clippy::pedantic)]
|
58 |
#![allow(clippy::must_use_candidate)]
|
59 |
#![deny(
|
122 |
clippy::missing_errors_doc,
|
123 |
clippy::must_use_candidate,
|
124 |
clippy::needless_doctest_main,
|
53 |
clippy::use_self,
|
54 |
clippy::must_use_candidate
|
55 |
)]
|
3 |
#![allow(clippy::module_name_repetitions)]
|
4 |
#![allow(clippy::must_use_candidate)]
|
5 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
2 |
#![allow(
|
3 |
clippy::must_use_candidate,
|
4 |
clippy::return_self_not_must_use,
|
3 |
#![allow(clippy::module_name_repetitions)]
|
4 |
#![allow(clippy::must_use_candidate)]
|
5 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
23 |
#![forbid(unsafe_code)]
|
24 |
#![allow(clippy::must_use_candidate, clippy::missing_errors_doc, clippy::missing_panics_doc)]
|
50 |
// suppress some pedantic warnings
|
51 |
#![allow(clippy::must_use_candidate)]
|
52 |
// `use super::*` in tests
|
28 |
)]
|
29 |
#![allow(clippy::must_use_candidate, clippy::missing_errors_doc)]
|
1 |
#![allow(dead_code, clippy::must_use_candidate)]
|
1 |
#![allow(clippy::must_use_candidate, clippy::implicit_hasher)]
|
36 |
clippy::cognitive_complexity,
|
37 |
clippy::must_use_candidate,
|
38 |
clippy::missing_errors_doc,
|
54 |
clippy::cognitive_complexity,
|
55 |
clippy::must_use_candidate,
|
56 |
clippy::missing_errors_doc,
|
65 |
clippy::cognitive_complexity,
|
66 |
clippy::must_use_candidate,
|
67 |
clippy::missing_errors_doc,
|
65 |
clippy::cognitive_complexity,
|
66 |
clippy::must_use_candidate,
|
67 |
clippy::missing_errors_doc,
|
62 |
clippy::cognitive_complexity,
|
63 |
clippy::must_use_candidate,
|
64 |
clippy::missing_errors_doc,
|
29 |
)]
|
30 |
#![allow(clippy::cast_lossless, clippy::must_use_candidate)]
|
7 |
// #[must_use] doesn't need to be on absolutely everything even though it should.
|
8 |
#![allow(clippy::must_use_candidate)]
|
9 |
#![allow(
|
8 |
#![allow(
|
9 |
clippy::must_use_candidate,
|
10 |
clippy::needless_doctest_main,
|
44 |
)] // from https://github.com/rust-unofficial/patterns/blob/master/anti_patterns/deny-warnings.md
|
45 |
#![allow(clippy::must_use_candidate)]
|
44 |
)] // from https://github.com/rust-unofficial/patterns/blob/master/anti_patterns/deny-warnings.md
|
45 |
#![allow(clippy::must_use_candidate)]
|
9 |
clippy::missing_panics_doc,
|
10 |
clippy::must_use_candidate
|
11 |
)]
|
24 |
clippy::module_name_repetitions,
|
25 |
clippy::must_use_candidate,
|
26 |
clippy::similar_names,
|
19 |
clippy::module_name_repetitions,
|
20 |
clippy::must_use_candidate,
|
21 |
clippy::similar_names,
|
5 |
clippy::module_name_repetitions,
|
6 |
clippy::must_use_candidate
|
7 |
)]
|
57 |
clippy::module_name_repetitions,
|
58 |
clippy::must_use_candidate,
|
59 |
clippy::single_match_else,
|
24 |
clippy::module_name_repetitions,
|
25 |
clippy::must_use_candidate,
|
26 |
clippy::similar_names,
|
19 |
clippy::module_name_repetitions,
|
20 |
clippy::must_use_candidate,
|
21 |
clippy::similar_names,
|
14 |
clippy::module_name_repetitions,
|
15 |
clippy::must_use_candidate,
|
16 |
clippy::needless_pass_by_value,
|
60 |
)]
|
61 |
#![allow(clippy::must_use_candidate, clippy::used_underscore_binding)]
|
39 |
clippy::multiple_crate_versions,
|
40 |
clippy::must_use_candidate,
|
41 |
)]
|
29 |
#![allow(clippy::needless_return, clippy::module_name_repetitions)]
|
30 |
#![allow(clippy::must_use_candidate, clippy::wildcard_imports)]
|
20 |
#![warn(clippy::pedantic)]
|
21 |
#![allow(clippy::must_use_candidate, clippy::module_name_repetitions)]
|
392 |
clippy::match_like_matches_macro,
|
393 |
clippy::must_use_candidate,
|
394 |
clippy::option_if_let_else,
|
11 |
clippy::module_name_repetitions,
|
12 |
clippy::must_use_candidate,
|
13 |
clippy::wildcard_imports,
|
281 |
clippy::manual_assert,
|
282 |
clippy::must_use_candidate,
|
283 |
clippy::shadow_unrelated,
|
93 |
#![warn(clippy::all, clippy::pedantic)]
|
94 |
#![allow(clippy::must_use_candidate, clippy::shadow_unrelated)]
|
21 |
clippy::inline_always,
|
22 |
clippy::must_use_candidate,
|
23 |
clippy::double_must_use,
|
31 |
clippy::type_complexity,
|
32 |
clippy::must_use_candidate
|
33 |
)]
|
4 |
clippy::module_name_repetitions,
|
5 |
clippy::must_use_candidate,
|
6 |
clippy::cast_possible_truncation,
|
16 |
clippy::module_name_repetitions,
|
17 |
clippy::must_use_candidate,
|
18 |
clippy::cast_possible_truncation,
|
4 |
clippy::missing_errors_doc,
|
5 |
clippy::must_use_candidate,
|
6 |
clippy::module_name_repetitions,
|
9 |
incomplete_features,
|
10 |
clippy::must_use_candidate,
|
11 |
clippy::redundant_feature_names, // Required because of feature names in Bevy turbulence plugin
|
76 |
clippy::missing_errors_doc,
|
77 |
clippy::must_use_candidate,
|
78 |
clippy::needless_doctest_main,
|
388 |
clippy::module_name_repetitions,
|
389 |
clippy::must_use_candidate,
|
390 |
clippy::needless_doctest_main,
|
5 |
clippy::missing_errors_doc,
|
6 |
clippy::must_use_candidate,
|
7 |
clippy::needless_pass_by_value
|
6 |
clippy::cast_sign_loss,
|
7 |
clippy::must_use_candidate,
|
8 |
clippy::missing_errors_doc
|
5 |
clippy::use_self,
|
6 |
clippy::must_use_candidate,
|
7 |
clippy::missing_errors_doc,
|
45 |
clippy::use_self,
|
46 |
clippy::must_use_candidate,
|
47 |
clippy::missing_errors_doc,
|
18 |
clippy::used_underscore_binding,
|
19 |
clippy::must_use_candidate,
|
20 |
clippy::module_name_repetitions,
|
83 |
clippy::cast_sign_loss,
|
84 |
clippy::must_use_candidate,
|
85 |
clippy::missing_const_for_fn,
|
2 |
#![warn(clippy::all, clippy::pedantic, clippy::nursery, rust_2018_idioms)]
|
3 |
#![allow(clippy::module_name_repetitions, clippy::must_use_candidate, clippy::missing_errors_doc)]
|
4 |
#![forbid(unsafe_code)]
|
8 |
clippy::used_underscore_binding,
|
9 |
clippy::must_use_candidate,
|
10 |
clippy::module_name_repetitions,
|
8 |
clippy::module_name_repetitions,
|
9 |
clippy::must_use_candidate,
|
10 |
clippy::needless_lifetimes,
|
12 |
clippy::module_name_repetitions,
|
13 |
clippy::must_use_candidate,
|
14 |
clippy::missing_errors_doc,
|
38 |
#![warn(clippy::pedantic)]
|
39 |
#![allow(clippy::must_use_candidate)]
|
37 |
clippy::missing_errors_doc,
|
38 |
clippy::must_use_candidate,
|
39 |
clippy::redundant_pub_crate
|
34 |
clippy::missing_errors_doc,
|
35 |
clippy::must_use_candidate,
|
36 |
clippy::redundant_pub_crate
|
3 |
#![allow(clippy::module_name_repetitions)]
|
4 |
#![allow(clippy::must_use_candidate)]
|
5 |
#![allow(clippy::redundant_closure_for_method_calls)]
|
186 |
)]
|
187 |
#![allow(clippy::must_use_candidate)]
|
50 |
clippy::module_name_repetitions,
|
51 |
clippy::must_use_candidate,
|
52 |
clippy::new_without_default,
|
44 |
clippy::missing_const_for_fn,
|
45 |
clippy::must_use_candidate,
|
46 |
clippy::cast_precision_loss,
|
12 |
clippy::missing_panics_doc,
|
13 |
clippy::must_use_candidate,
|
14 |
clippy::struct_excessive_bools,
|
62 |
clippy::manual_range_contains,
|
63 |
clippy::must_use_candidate,
|
64 |
clippy::never_loop,
|
42 |
clippy::module_name_repetitions,
|
43 |
clippy::must_use_candidate,
|
44 |
clippy::needless_pass_by_value,
|
4 |
#![warn(clippy::pedantic)]
|
5 |
#![allow(clippy::missing_errors_doc, clippy::module_name_repetitions, clippy::must_use_candidate)]
|
55 |
clippy::module_name_repetitions,
|
56 |
clippy::must_use_candidate,
|
57 |
clippy::needless_doctest_main,
|
52 |
clippy::module_name_repetitions,
|
53 |
clippy::must_use_candidate,
|
54 |
clippy::needless_doctest_main,
|
63 |
clippy::module_name_repetitions,
|
64 |
clippy::must_use_candidate,
|
65 |
clippy::needless_doctest_main,
|
9 |
#![warn(clippy::pedantic)]
|
10 |
#![allow(clippy::module_name_repetitions, clippy::must_use_candidate)]
|
27 |
clippy::module_name_repetitions,
|
28 |
clippy::must_use_candidate
|
29 |
)]
|
42 |
clippy::missing_errors_doc,
|
43 |
clippy::must_use_candidate,
|
44 |
clippy::range_plus_one,
|
136 |
#![warn(clippy::nursery)]
|
137 |
#![allow(clippy::must_use_candidate)]
|
138 |
#![allow(unstable_name_collisions)]
|
90 |
clippy::module_name_repetitions,
|
91 |
clippy::must_use_candidate,
|
92 |
clippy::redundant_pattern_matching, // const Option::is_some requires Rust 1.48
|
100 |
#![allow(
|
101 |
clippy::must_use_candidate,
|
102 |
clippy::module_name_repetitions,
|
61 |
// Next lints produce too much noise/false positives.
|
62 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
63 |
clippy::pub_enum_variant_names,
|
36 |
clippy::module_name_repetitions,
|
37 |
clippy::must_use_candidate,
|
38 |
clippy::needless_pass_by_value
|
16 |
#![allow(clippy::module_name_repetitions)]
|
17 |
#![allow(clippy::must_use_candidate)]
|
18 |
#![allow(clippy::non_ascii_literal)]
|
88 |
// Next lints produce too much noise/false positives.
|
89 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
90 |
clippy::pub_enum_variant_names,
|
124 |
// Next lints produce too much noise/false positives.
|
125 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
126 |
clippy::pub_enum_variant_names,
|
33 |
// Next lints produce too much noise/false positives.
|
34 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
35 |
clippy::pub_enum_variant_names,
|
42 |
// Next lints produce too much noise/false positives.
|
43 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
44 |
clippy::pub_enum_variant_names,
|
72 |
// Next lints produce too much noise/false positives.
|
73 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
74 |
clippy::pub_enum_variant_names,
|
48 |
// Next lints produce too much noise/false positives.
|
49 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
50 |
clippy::pub_enum_variant_names,
|
153 |
// Next lints produce too much noise/false positives.
|
154 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
155 |
clippy::pub_enum_variant_names,
|
46 |
// Next lints produce too much noise/false positives.
|
47 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
48 |
clippy::pub_enum_variant_names,
|
48 |
// Next lints produce too much noise/false positives.
|
49 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
50 |
clippy::pub_enum_variant_names,
|
47 |
// Next lints produce too much noise/false positives.
|
48 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
49 |
clippy::pub_enum_variant_names,
|
313 |
// Next lints produce too much noise/false positives.
|
314 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
315 |
clippy::pub_enum_variant_names,
|
139 |
// Next lints produce too much noise/false positives.
|
140 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
141 |
clippy::pub_enum_variant_names,
|
86 |
// Next lints produce too much noise/false positives.
|
87 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
88 |
clippy::pub_enum_variant_names,
|
105 |
// Next lints produce too much noise/false positives.
|
106 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
107 |
clippy::pub_enum_variant_names,
|
109 |
// Next lints produce too much noise/false positives.
|
110 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
111 |
clippy::pub_enum_variant_names,
|
147 |
#![allow(
|
148 |
clippy::must_use_candidate,
|
149 |
clippy::module_name_repetitions,
|
17 |
#![warn(clippy::all, clippy::pedantic)]
|
18 |
#![allow(clippy::must_use_candidate, clippy::module_name_repetitions)]
|
3 |
clippy::missing_errors_doc,
|
4 |
clippy::must_use_candidate,
|
5 |
clippy::uninlined_format_args,
|
18 |
#![allow(clippy::module_name_repetitions)]
|
19 |
#![allow(clippy::must_use_candidate)]
|
20 |
#![allow(clippy::missing_errors_doc)]
|
27 |
#![allow(clippy::module_name_repetitions)]
|
28 |
#![allow(clippy::must_use_candidate)]
|
92 |
// `clippy::pedantic` exceptions
|
93 |
#![allow(clippy::should_implement_trait, clippy::must_use_candidate)]
|
25 |
#![allow(clippy::module_name_repetitions)]
|
26 |
#![allow(clippy::must_use_candidate)]
|
28 |
clippy::multiple_crate_versions,
|
29 |
clippy::must_use_candidate
|
30 |
)]
|
23 |
clippy::multiple_crate_versions,
|
24 |
clippy::must_use_candidate
|
25 |
)]
|
10 |
#![allow(
|
11 |
clippy::must_use_candidate,
|
12 |
clippy::module_name_repetitions,
|
2 |
#![allow(
|
3 |
clippy::must_use_candidate,
|
4 |
clippy::missing_panics_doc,
|
6 |
clippy::module_name_repetitions,
|
7 |
clippy::must_use_candidate,
|
8 |
clippy::needless_collect,
|
1 |
#![warn(clippy::nursery, clippy::pedantic)]
|
2 |
#![allow(clippy::missing_panics_doc, clippy::must_use_candidate)]
|
264 |
)]
|
265 |
#![allow(clippy::must_use_candidate)]
|
266 |
#![feature(generator_trait)]
|
2 |
#![allow(
|
3 |
clippy::must_use_candidate,
|
4 |
clippy::new_ret_no_self,
|
117 |
#![allow(clippy::module_name_repetitions)]
|
118 |
#![allow(clippy::must_use_candidate)]
|
119 |
#![allow(clippy::missing_const_for_fn)]
|
50 |
#![allow(clippy::non_ascii_literal)]
|
51 |
#![allow(clippy::must_use_candidate)]
|
52 |
// `use super::*` in tests
|
50 |
#![allow(clippy::non_ascii_literal)]
|
51 |
#![allow(clippy::must_use_candidate)]
|
52 |
// `use super::*` in tests
|
226 |
clippy::module_name_repetitions,
|
227 |
clippy::must_use_candidate,
|
228 |
clippy::needless_doctest_main,
|
3 |
#![allow(
|
4 |
clippy::must_use_candidate,
|
5 |
clippy::cast_possible_truncation,
|
63 |
clippy::use_self,
|
64 |
clippy::must_use_candidate,
|
65 |
clippy::module_name_repetitions
|
8 |
clippy::many_single_char_names,
|
9 |
clippy::must_use_candidate
|
10 |
)]
|
30 |
clippy::module_name_repetitions,
|
31 |
clippy::must_use_candidate,
|
32 |
clippy::option_if_let_else,
|
27 |
clippy::module_name_repetitions,
|
28 |
clippy::must_use_candidate
|
29 |
)]
|
13 |
clippy::module_name_repetitions,
|
14 |
clippy::must_use_candidate,
|
15 |
clippy::needless_pass_by_value,
|
32 |
#![allow(clippy::non_ascii_literal)]
|
33 |
#![allow(clippy::must_use_candidate)]
|
51 |
#![allow(clippy::unnecessary_cast)]
|
52 |
#![allow(clippy::must_use_candidate)]
|
53 |
#![allow(clippy::missing_errors_doc)]
|
68 |
clippy::used_underscore_binding,
|
69 |
clippy::must_use_candidate,
|
70 |
clippy::derive_partial_eq_without_eq, // f64 doesn't impl Eq, for autogen protocol.rs
|
126 |
#![warn(clippy::all, clippy::pedantic)]
|
127 |
#![allow(clippy::missing_errors_doc, clippy::must_use_candidate)]
|
73 |
clippy::module_name_repetitions,
|
74 |
clippy::must_use_candidate,
|
75 |
clippy::new_ret_no_self,
|
2 |
#![warn(clippy::all, clippy::pedantic, clippy::cargo)]
|
3 |
#![allow(clippy::missing_errors_doc, clippy::must_use_candidate)]
|
1 |
#![allow(clippy::must_use_candidate)]
|
76 |
#![warn(missing_docs)]
|
77 |
#![allow(clippy::must_use_candidate)]
|
78 |
#![allow(clippy::module_name_repetitions)]
|
111 |
clippy::let_unit_value,
|
112 |
clippy::must_use_candidate,
|
113 |
clippy::semicolon_if_nothing_returned, // https://github.com/rust-lang/rust-clippy/issues/7324
|
37 |
clippy::cast_possible_truncation,
|
38 |
clippy::must_use_candidate,
|
39 |
clippy::unreadable_literal
|
37 |
clippy::cast_possible_truncation,
|
38 |
clippy::must_use_candidate,
|
39 |
clippy::unreadable_literal
|
11 |
clippy::return_self_not_must_use,
|
12 |
clippy::must_use_candidate,
|
13 |
clippy::module_name_repetitions
|
97 |
clippy::missing_errors_doc,
|
98 |
clippy::must_use_candidate,
|
99 |
clippy::module_name_repetitions,
|
197 |
clippy::missing_errors_doc,
|
198 |
clippy::must_use_candidate,
|
199 |
clippy::module_name_repetitions
|
10 |
clippy::module_name_repetitions,
|
11 |
clippy::must_use_candidate,
|
12 |
clippy::single_match_else,
|
5 |
clippy::missing_errors_doc,
|
6 |
clippy::must_use_candidate,
|
7 |
clippy::too_many_arguments,
|
13 |
clippy::cast_sign_loss,
|
14 |
clippy::must_use_candidate,
|
15 |
clippy::default_trait_access
|
5 |
clippy::missing_errors_doc,
|
6 |
clippy::must_use_candidate,
|
7 |
clippy::missing_panics_doc,
|
13 |
#![allow(clippy::shadow_unrelated)]
|
14 |
#![allow(clippy::must_use_candidate)]
|
15 |
#![allow(clippy::doc_markdown)]
|
22 |
// Turn off the obnoxious lints
|
23 |
#![allow(clippy::must_use_candidate)]
|
24 |
#![allow(clippy::too_many_lines)]
|
115 |
clippy::missing_panics_doc,
|
116 |
clippy::must_use_candidate,
|
117 |
clippy::unused_self
|
122 |
clippy::module_name_repetitions,
|
123 |
clippy::must_use_candidate,
|
124 |
clippy::doc_markdown,
|
17 |
#![allow(clippy::missing_panics_doc)]
|
18 |
#![allow(clippy::must_use_candidate)]
|
19 |
#![allow(clippy::too_many_lines)]
|
99 |
// Next lints produce too much noise/false positives.
|
100 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
101 |
clippy::pub_enum_variant_names, clippy::upper_case_acronyms,
|
23 |
// Turn off the obnoxious lints
|
24 |
#![allow(clippy::must_use_candidate)]
|
25 |
#![allow(clippy::too_many_lines)]
|
68 |
clippy::used_underscore_binding,
|
69 |
clippy::must_use_candidate,
|
70 |
clippy::derive_partial_eq_without_eq, // f64 doesn't impl Eq, for autogen protocol.rs
|
7 |
#![deny(clippy::pedantic)]
|
8 |
#![allow(clippy::must_use_candidate)]
|
9 |
#![allow(clippy::too_many_lines)]
|
99 |
// Next lints produce too much noise/false positives.
|
100 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate, clippy::upper_case_acronyms,
|
101 |
// '... may panic' lints.
|
48 |
#![allow(
|
49 |
clippy::must_use_candidate,
|
50 |
clippy::not_unsafe_ptr_arg_deref,
|
98 |
#![deny(clippy::pedantic)]
|
99 |
#![allow(clippy::must_use_candidate)]
|
100 |
#![allow(clippy::module_name_repetitions)]
|
144 |
clippy::missing_errors_doc,
|
145 |
clippy::must_use_candidate,
|
146 |
clippy::redundant_else,
|
256 |
#![warn(clippy::all, clippy::pedantic)]
|
257 |
#![allow(clippy::must_use_candidate, clippy::module_name_repetitions)]
|
12 |
#![warn(clippy::all, clippy::pedantic)]
|
13 |
#![allow(clippy::must_use_candidate, clippy::module_name_repetitions)]
|
155 |
clippy::module_name_repetitions,
|
156 |
clippy::must_use_candidate,
|
157 |
clippy::redundant_else,
|
154 |
clippy::missing_errors_doc,
|
155 |
clippy::must_use_candidate,
|
156 |
clippy::redundant_else,
|
26 |
#![allow(clippy::unseparated_literal_suffix)]
|
27 |
#![allow(clippy::must_use_candidate)]
|
28 |
//! Message Passing Interface bindings for Rust
|
52 |
// we don't actually export functions, so it's not needed
|
53 |
clippy::must_use_candidate,
|
54 |
)]
|
82 |
#![warn(missing_docs)]
|
83 |
#![allow(clippy::must_use_candidate)]
|
84 |
#![allow(clippy::missing_errors_doc)]
|
12 |
clippy::shadow_unrelated,
|
13 |
clippy::must_use_candidate,
|
14 |
clippy::implicit_hasher
|
12 |
clippy::shadow_unrelated,
|
13 |
clippy::must_use_candidate,
|
14 |
clippy::implicit_hasher
|
14 |
clippy::module_name_repetitions,
|
15 |
clippy::must_use_candidate,
|
16 |
// TODO: Remove when everything is documented.
|
159 |
#![allow(clippy::if_not_else)]
|
160 |
#![allow(clippy::must_use_candidate)]
|
161 |
#![allow(clippy::missing_const_for_fn)]
|
1 |
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
|
2 |
#![allow(clippy::must_use_candidate)]
|
3 |
#![feature(binary_heap_into_iter_sorted)]
|
121 |
clippy::missing_panics_doc,
|
122 |
clippy::must_use_candidate,
|
123 |
clippy::default_trait_access,
|
61 |
#![allow(clippy::module_name_repetitions)]
|
62 |
#![allow(clippy::must_use_candidate)]
|
118 |
clippy::missing_errors_doc,
|
119 |
clippy::must_use_candidate,
|
120 |
clippy::module_name_repetitions,
|
1 |
#![warn(clippy::pedantic)]
|
2 |
#![allow(clippy::missing_errors_doc, clippy::must_use_candidate)]
|
34 |
#![warn(clippy::pedantic)]
|
35 |
#![allow(clippy::must_use_candidate)]
|
9 |
clippy::missing_errors_doc,
|
10 |
clippy::must_use_candidate,
|
11 |
clippy::single_match_else,
|
21 |
#![allow(
|
22 |
clippy::must_use_candidate,
|
23 |
clippy::module_name_repetitions,
|
6 |
#![warn(clippy::cargo)]
|
7 |
#![allow(clippy::must_use_candidate)]
|
23 |
#![warn(clippy::cargo)]
|
24 |
#![allow(clippy::must_use_candidate)]
|
25 |
#![allow(clippy::wildcard_imports)]
|
152 |
clippy::module_name_repetitions,
|
153 |
clippy::must_use_candidate,
|
154 |
clippy::redundant_closure_for_method_calls
|
235 |
// TODO: manually add the `#[must_use]` attribute where appropriate
|
236 |
clippy::must_use_candidate,
|
237 |
// This lint is currently broken for generic code
|
26 |
clippy::module_name_repetitions,
|
27 |
clippy::must_use_candidate,
|
28 |
clippy::same_functions_in_if_condition,
|
191 |
)]
|
192 |
#![allow(clippy::cast_possible_truncation, clippy::must_use_candidate)]
|
29 |
#![warn(clippy::pedantic)]
|
30 |
#![allow(clippy::must_use_candidate, clippy::needless_doctest_main)]
|
233 |
clippy::if_not_else,
|
234 |
clippy::must_use_candidate,
|
235 |
clippy::needless_pass_by_value,
|
31 |
missing_errors_doc,
|
32 |
must_use_candidate
|
33 |
))]
|
4 |
clippy::missing_errors_doc,
|
5 |
clippy::must_use_candidate
|
6 |
)]
|
4 |
clippy::missing_errors_doc,
|
5 |
clippy::must_use_candidate
|
6 |
)]
|
19 |
clippy::shadow_unrelated,
|
20 |
clippy::must_use_candidate,
|
21 |
clippy::clone_on_ref_ptr,
|
19 |
clippy::shadow_unrelated,
|
20 |
clippy::must_use_candidate,
|
21 |
clippy::clone_on_ref_ptr,
|
19 |
clippy::shadow_unrelated,
|
20 |
clippy::must_use_candidate,
|
21 |
clippy::clone_on_ref_ptr,
|
19 |
clippy::shadow_unrelated,
|
20 |
clippy::must_use_candidate,
|
21 |
clippy::clone_on_ref_ptr,
|
19 |
clippy::shadow_unrelated,
|
20 |
clippy::must_use_candidate,
|
21 |
clippy::clone_on_ref_ptr,
|
1 |
//#![warn(clippy::pedantic)]
|
2 |
#![allow(clippy::must_use_candidate)]
|
3 |
#![allow(clippy::module_name_repetitions)]
|
59 |
#![warn(clippy::expect_used)]
|
60 |
#![allow(clippy::must_use_candidate)]
|
90 |
clippy::missing_errors_doc,
|
91 |
clippy::must_use_candidate,
|
92 |
clippy::module_name_repetitions
|
26 |
#![allow(
|
27 |
clippy::must_use_candidate,
|
28 |
clippy::needless_doctest_main,
|
332 |
clippy::module_name_repetitions,
|
333 |
clippy::must_use_candidate,
|
334 |
clippy::needless_pass_by_value,
|
6 |
clippy::manual_assert,
|
7 |
clippy::must_use_candidate,
|
8 |
clippy::needless_doctest_main,
|
101 |
clippy::manual_assert,
|
102 |
clippy::must_use_candidate,
|
103 |
clippy::needless_doctest_main,
|
11 |
#![warn(clippy::pedantic)]
|
12 |
#![allow(clippy::must_use_candidate)]
|
13 |
#![allow(clippy::float_cmp)]
|
87 |
clippy::missing_errors_doc,
|
88 |
clippy::must_use_candidate,
|
89 |
clippy::module_name_repetitions,
|
14 |
clippy::module_name_repetitions,
|
15 |
clippy::must_use_candidate,
|
16 |
clippy::needless_pass_by_value,
|
11 |
clippy::module_name_repetitions,
|
12 |
clippy::must_use_candidate,
|
13 |
clippy::needless_pass_by_value,
|
8 |
clippy::missing_panics_doc,
|
9 |
clippy::must_use_candidate,
|
10 |
clippy::needless_pass_by_value,
|
8 |
clippy::missing_panics_doc,
|
9 |
clippy::must_use_candidate,
|
10 |
clippy::needless_pass_by_value,
|
61 |
clippy::missing_errors_doc,
|
62 |
clippy::must_use_candidate,
|
63 |
clippy::module_name_repetitions,
|
9 |
#![allow(
|
10 |
clippy::must_use_candidate, // This is just annoying.
|
11 |
clippy::use_self, // Rust 1.33 doesn't support Self::EnumVariant, let's try again in 1.37.
|
31 |
#![allow(
|
32 |
clippy::must_use_candidate, // This is just annoying.
|
33 |
clippy::use_self, // Rust 1.33 doesn't support Self::EnumVariant, let's try again in 1.37.
|
140 |
#![deny(clippy::all)]
|
141 |
#![allow(clippy::must_use_candidate)]
|
37 |
#![allow(clippy::must_use_candidate)]
|
62 |
#![deny(missing_docs)]
|
63 |
#![allow(clippy::must_use_candidate)]
|
64 |
// `impl ToString` is better than `&impl ToString`. Clippy is not ready for impl trait.
|
46 |
#![allow(unused, clippy::must_use_candidate)]
|
47 |
#![allow(dead_code)]
|
326 |
clippy::module_name_repetitions,
|
327 |
clippy::must_use_candidate,
|
328 |
clippy::needless_pass_by_value,
|
27 |
#![allow(clippy::must_use_candidate)]
|
61 |
clippy::trivially_copy_pass_by_ref,
|
62 |
clippy::must_use_candidate
|
63 |
)]
|
48 |
clippy::new_without_default,
|
49 |
clippy::must_use_candidate,
|
50 |
clippy::missing_errors_doc
|
4 |
#![cfg_attr(not(test), warn(clippy::pedantic))]
|
5 |
#![allow(clippy::must_use_candidate, clippy::module_name_repetitions)]
|
2 |
#![allow(
|
3 |
clippy::must_use_candidate,
|
4 |
clippy::range_plus_one,
|
1 |
#![warn(clippy::pedantic)]
|
2 |
#![allow(clippy::must_use_candidate)]
|
3 |
#![allow(clippy::missing_errors_doc)]
|
15 |
#![allow(
|
16 |
clippy::must_use_candidate,
|
17 |
clippy::float_cmp,
|
61 |
// Next lints produce too much noise/false positives.
|
62 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
63 |
// '... may panic' lints.
|
61 |
// Next lints produce too much noise/false positives.
|
62 |
clippy::module_name_repetitions, clippy::similar_names, clippy::must_use_candidate,
|
63 |
// '... may panic' lints.
|
2 |
#![warn(clippy::all, clippy::pedantic)]
|
3 |
#![allow(clippy::missing_errors_doc, clippy::must_use_candidate)]
|
2 |
#![warn(clippy::pedantic, clippy::missing_panics_doc)]
|
3 |
#![allow(clippy::multiple_crate_versions, clippy::must_use_candidate)]
|
4 |
//! `rstr` is a library for managing a content-addressable blob store.
|
49 |
clippy::non_ascii_literal,
|
50 |
clippy::must_use_candidate,
|
51 |
clippy::mod_module_files,
|
8 |
clippy::non_ascii_literal,
|
9 |
clippy::must_use_candidate,
|
10 |
clippy::mod_module_files,
|
138 |
clippy::items_after_statements,
|
139 |
clippy::must_use_candidate,
|
140 |
clippy::too_many_lines,
|
2 |
clippy::enum_glob_use,
|
3 |
clippy::must_use_candidate,
|
4 |
clippy::single_match_else
|
157 |
clippy::module_name_repetitions,
|
158 |
clippy::must_use_candidate,
|
159 |
clippy::needless_doctest_main,
|
3 |
clippy::enum_glob_use,
|
4 |
clippy::must_use_candidate
|
5 |
)]
|
1 |
#![allow(clippy::must_use_candidate)]
|
26 |
clippy::module_name_repetitions,
|
27 |
clippy::must_use_candidate,
|
28 |
clippy::option_if_let_else
|
96 |
clippy::module_name_repetitions,
|
97 |
clippy::must_use_candidate,
|
98 |
clippy::similar_names,
|
70 |
clippy::module_name_repetitions,
|
71 |
clippy::must_use_candidate,
|
72 |
clippy::similar_names,
|
25 |
#![allow(clippy::should_implement_trait)]
|
26 |
#![allow(clippy::must_use_candidate)]
|
27 |
#![allow(clippy::missing_errors_doc)]
|
96 |
clippy::manual_assert,
|
97 |
clippy::must_use_candidate,
|
98 |
clippy::needless_doctest_main,
|
117 |
let_underscore_drop,
|
118 |
must_use_candidate,
|
119 |
needless_doctest_main
|
111 |
clippy::missing_errors_doc,
|
112 |
clippy::must_use_candidate,
|
113 |
clippy::module_name_repetitions
|
53 |
clippy::single_match_else,
|
54 |
clippy::must_use_candidate,
|
55 |
clippy::wildcard_imports,
|
76 |
clippy::missing_errors_doc,
|
77 |
clippy::must_use_candidate,
|
78 |
clippy::needless_doctest_main,
|
144 |
missing_errors_doc,
|
145 |
must_use_candidate,
|
146 |
)
|
34 |
clippy::missing_errors_doc,
|
35 |
clippy::must_use_candidate,
|
36 |
clippy::needless_doctest_main
|
51 |
clippy::module_name_repetitions,
|
52 |
clippy::must_use_candidate,
|
53 |
clippy::option_if_let_else,
|
28 |
clippy::module_name_repetitions,
|
29 |
clippy::must_use_candidate,
|
30 |
clippy::similar_names,
|
43 |
clippy::module_name_repetitions,
|
44 |
clippy::must_use_candidate,
|
45 |
clippy::option_if_let_else,
|
361 |
clippy::missing_errors_doc,
|
362 |
clippy::must_use_candidate,
|
363 |
)]
|
362 |
clippy::missing_errors_doc,
|
363 |
clippy::must_use_candidate,
|
364 |
)]
|
354 |
clippy::missing_errors_doc,
|
355 |
clippy::must_use_candidate,
|
356 |
)]
|
61 |
clippy::module_name_repetitions,
|
62 |
clippy::must_use_candidate,
|
63 |
clippy::new_without_default
|
157 |
module_name_repetitions,
|
158 |
must_use_candidate,
|
159 |
redundant_field_names,
|
123 |
#![allow(
|
124 |
clippy::must_use_candidate,
|
125 |
clippy::missing_errors_doc,
|
159 |
clippy::missing_errors_doc,
|
160 |
clippy::must_use_candidate,
|
161 |
)]
|
96 |
clippy::missing_errors_doc,
|
97 |
clippy::must_use_candidate,
|
98 |
)]
|
311 |
)]
|
312 |
#![allow(clippy::must_use_candidate, clippy::default_trait_access)]
|
313 |
extern crate proc_macro;
|
4 |
clippy::missing_errors_doc,
|
5 |
clippy::must_use_candidate,
|
6 |
clippy::module_name_repetitions
|
1 |
#![allow(clippy::must_use_candidate)]
|
2 |
//! Builders for HTML elements.
|
4 |
clippy::missing_errors_doc,
|
5 |
clippy::must_use_candidate,
|
6 |
clippy::module_name_repetitions
|
32 |
missing_errors_doc,
|
33 |
must_use_candidate
|
34 |
))]
|
32 |
missing_errors_doc,
|
33 |
must_use_candidate
|
34 |
))]
|
24 |
#![allow(clippy::module_name_repetitions)]
|
25 |
#![allow(clippy::must_use_candidate)]
|
9 |
#![allow(clippy::use_self)]
|
10 |
#![allow(clippy::must_use_candidate)]
|
11 |
#![allow(clippy::cast_possible_truncation)]
|
12 |
clippy::shadow_unrelated,
|
13 |
clippy::must_use_candidate,
|
14 |
clippy::implicit_hasher
|
14 |
#![allow(
|
15 |
clippy::must_use_candidate,
|
16 |
// TODO: Allow these for now, but warn once we start writing documentation.
|
6 |
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
|
7 |
#![allow(clippy::module_name_repetitions, clippy::must_use_candidate)]
|
7 |
#![allow(
|
8 |
clippy::must_use_candidate,
|
9 |
clippy::module_name_repetitions,
|
7 |
#![allow(
|
8 |
clippy::must_use_candidate,
|
9 |
clippy::module_name_repetitions,
|
1 |
#![deny(clippy::all, clippy::pedantic)]
|
2 |
#![allow(dead_code, clippy::module_name_repetitions, clippy::must_use_candidate)]
|
5 |
clippy::too_many_lines,
|
6 |
clippy::must_use_candidate
|
7 |
)]
|
27 |
#![allow(clippy::cast_sign_loss)]
|
28 |
#![allow(clippy::must_use_candidate)]
|
29 |
#![allow(clippy::missing_errors_doc)]
|
2 |
#![warn(missing_docs)]
|
3 |
#![allow(clippy::must_use_candidate)]
|
4 |
#![feature(
|
23 |
clippy::module_name_repetitions,
|
24 |
clippy::must_use_candidate
|
25 |
)]
|
3 |
#![allow(clippy::missing_panics_doc)]
|
4 |
#![allow(clippy::must_use_candidate)]
|
48 |
clippy::unsafe_derive_deserialize,
|
49 |
clippy::must_use_candidate,
|
50 |
clippy::unused_self
|
205 |
clippy::missing_panics_doc,
|
206 |
clippy::must_use_candidate,
|
207 |
clippy::cast_possible_truncation,
|
1 |
#![allow(unused_imports)]
|
2 |
#![allow(clippy::must_use_candidate)]
|
3 |
#![allow(clippy::too_many_lines)]
|
15 |
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
|
16 |
#![allow(clippy::missing_docs_in_private_items, clippy::must_use_candidate)]
|
17 |
#![warn(trivial_casts, trivial_numeric_casts)]
|
10 |
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
|
11 |
#![allow(clippy::missing_errors_doc, clippy::missing_panics_doc, clippy::must_use_candidate)]
|
12 |
// warn on the same lints as `clippy_lints`
|
27 |
clippy::wrong_self_convention,
|
28 |
clippy::must_use_candidate,
|
29 |
clippy::unsafe_derive_deserialize,
|
25 |
#![allow(clippy::missing_errors_doc)]
|
26 |
#![allow(clippy::must_use_candidate)]
|
27 |
#![allow(clippy::too_many_lines)]
|
27 |
clippy::inline_always, // Shut up ik how to optimize stuff
|
28 |
clippy::must_use_candidate, // no
|
29 |
)]
|
7 |
clippy::missing_panics_doc,
|
8 |
clippy::must_use_candidate
|
9 |
)]
|
276 |
clippy::module_name_repetitions,
|
277 |
clippy::must_use_candidate,
|
278 |
clippy::needless_doctest_main,
|
270 |
clippy::module_name_repetitions,
|
271 |
clippy::must_use_candidate,
|
272 |
clippy::shadow_unrelated,
|
23 |
#![allow(clippy::module_name_repetitions)]
|
24 |
#![allow(clippy::must_use_candidate)]
|
169 |
#![allow(clippy::inline_always)]
|
170 |
#![allow(clippy::must_use_candidate)]
|
171 |
#![allow(clippy::similar_names)]
|
58 |
clippy::module_inception,
|
59 |
clippy::must_use_candidate,
|
60 |
clippy::missing_errors_doc,
|
58 |
clippy::module_inception,
|
59 |
clippy::must_use_candidate,
|
60 |
clippy::missing_errors_doc,
|
1 |
#![allow(clippy::must_use_candidate)]
|
150 |
#![warn(clippy::all, clippy::pedantic)]
|
151 |
#![allow(clippy::must_use_candidate, clippy::module_name_repetitions)]
|
43 |
clippy::module_name_repetitions,
|
44 |
clippy::must_use_candidate,
|
45 |
clippy::redundant_pub_crate,
|
27 |
clippy::module_name_repetitions,
|
28 |
clippy::must_use_candidate,
|
29 |
clippy::missing_errors_doc
|
18 |
clippy::module_name_repetitions,
|
19 |
clippy::must_use_candidate,
|
20 |
clippy::missing_errors_doc
|
5 |
#![allow(
|
6 |
clippy::must_use_candidate,
|
7 |
clippy::needless_pass_by_value,
|
60 |
#![warn(clippy::all, clippy::pedantic)]
|
61 |
#![allow(clippy::must_use_candidate, clippy::module_name_repetitions)]
|
151 |
#![warn(clippy::all, clippy::pedantic)]
|
152 |
#![allow(clippy::must_use_candidate, clippy::module_name_repetitions)]
|
57 |
)]
|
58 |
#![allow(clippy::must_use_candidate)]
|
10 |
#![warn(missing_docs, clippy::pedantic, clippy::nursery, clippy::cargo)]
|
11 |
#![allow(clippy::must_use_candidate, clippy::module_name_repetitions)]
|
10 |
#![warn(missing_docs, clippy::pedantic, clippy::perf, clippy::cargo)]
|
11 |
#![allow(clippy::must_use_candidate, clippy::module_name_repetitions)]
|
12 |
/*!
|
221 |
clippy::module_name_repetitions,
|
222 |
clippy::must_use_candidate,
|
223 |
clippy::needless_pass_by_value,
|
232 |
clippy::module_name_repetitions,
|
233 |
clippy::must_use_candidate,
|
234 |
clippy::needless_pass_by_value,
|
1 |
#![allow(clippy::must_use_candidate)]
|
14 |
clippy::module_name_repetitions,
|
15 |
clippy::must_use_candidate,
|
16 |
clippy::unnecessary_wraps,
|
79 |
)]
|
80 |
#![allow(clippy::module_name_repetitions, clippy::must_use_candidate)]
|
17 |
clippy::module_name_repetitions,
|
18 |
clippy::must_use_candidate,
|
19 |
clippy::unnecessary_wraps,
|
15 |
clippy::module_name_repetitions,
|
16 |
clippy::must_use_candidate,
|
17 |
clippy::unnecessary_wraps,
|
13 |
clippy::module_name_repetitions,
|
14 |
clippy::must_use_candidate,
|
15 |
clippy::unnecessary_wraps,
|
15 |
clippy::module_name_repetitions,
|
16 |
clippy::must_use_candidate,
|
17 |
clippy::unnecessary_wraps,
|
14 |
clippy::module_name_repetitions,
|
15 |
clippy::must_use_candidate,
|
16 |
clippy::unnecessary_wraps,
|
14 |
clippy::module_name_repetitions,
|
15 |
clippy::must_use_candidate,
|
16 |
clippy::unnecessary_wraps,
|
14 |
clippy::module_name_repetitions,
|
15 |
clippy::must_use_candidate,
|
16 |
clippy::semicolon_if_nothing_returned,
|
15 |
clippy::module_name_repetitions,
|
16 |
clippy::must_use_candidate,
|
17 |
clippy::unnecessary_wraps,
|
14 |
clippy::module_name_repetitions,
|
15 |
clippy::must_use_candidate,
|
16 |
clippy::unnecessary_wraps,
|
15 |
clippy::module_name_repetitions,
|
16 |
clippy::must_use_candidate,
|
17 |
clippy::unnecessary_wraps,
|
74 |
)]
|
75 |
#![allow(clippy::must_use_candidate, clippy::doc_markdown)]
|
108 |
// clippy::missing_panics_doc,
|
109 |
clippy::must_use_candidate,
|
110 |
clippy::cast_possible_truncation
|
10 |
clippy::missing_panics_doc,
|
11 |
clippy::must_use_candidate,
|
12 |
clippy::cast_possible_truncation
|
4 |
clippy::missing_panics_doc,
|
5 |
clippy::must_use_candidate,
|
6 |
clippy::case_sensitive_file_extension_comparisons,
|
247 |
#![no_std]
|
248 |
#![allow(clippy::doc_markdown, clippy::must_use_candidate)]
|
244 |
#![no_std]
|
245 |
#![allow(clippy::doc_markdown, clippy::must_use_candidate)]
|
51 |
clippy::module_name_repetitions,
|
52 |
clippy::must_use_candidate,
|
53 |
clippy::trivially_copy_pass_by_ref,
|
27 |
clippy::module_name_repetitions,
|
28 |
clippy::must_use_candidate,
|
29 |
clippy::nonminimal_bool,
|
6 |
clippy::module_name_repetitions,
|
7 |
clippy::must_use_candidate,
|
8 |
clippy::return_self_not_must_use
|
19 |
#![warn(clippy::pedantic)]
|
20 |
#![allow(clippy::must_use_candidate)]
|
21 |
#![allow(clippy::similar_names)]
|
93 |
clippy::excessive_precision,
|
94 |
clippy::must_use_candidate
|
95 |
)]
|
79 |
)]
|
80 |
#![allow(clippy::needless_doctest_main, clippy::must_use_candidate)]
|
19 |
clippy::match_bool,
|
20 |
clippy::must_use_candidate,
|
21 |
clippy::module_name_repetitions
|
1 |
#![allow(clippy::must_use_candidate)]
|
34 |
)]
|
35 |
#![allow(clippy::must_use_candidate, missing_doc_code_examples)]
|
4 |
#![allow(clippy::missing_errors_doc)]
|
5 |
#![allow(clippy::must_use_candidate)]
|
6 |
#![allow(clippy::return_self_not_must_use)]
|
5 |
#![allow(clippy::match_bool)]
|
6 |
#![allow(clippy::must_use_candidate)]
|
7 |
#![allow(clippy::module_name_repetitions)]
|
20 |
// I don't agree with this lint
|
21 |
clippy::must_use_candidate,
|
3 |
//!
|
4 |
#![allow(clippy::must_use_candidate)]
|
5 |
#![warn(missing_docs)] // uncomment for docs
|
86 |
clippy::missing_panics_doc,
|
87 |
clippy::must_use_candidate,
|
88 |
clippy::non_ascii_literal,
|
43 |
// TODO: Add `must_use` where relevant
|
44 |
#![allow(clippy::must_use_candidate)]
|
43 |
// TODO: Add `must_use` attributes
|
44 |
#![allow(clippy::must_use_candidate)]
|
45 |
// TODO: False positives <https://github.com/rust-lang/rust-clippy/issues/5917>
|
41 |
// TODO: Add `must_use` where relevant
|
42 |
#![allow(clippy::must_use_candidate)]
|
43 |
// TODO: Add `must_use` attributes
|
44 |
#![allow(clippy::must_use_candidate)]
|
41 |
// TODO: Add `must_use` where relevant
|
42 |
#![allow(clippy::must_use_candidate)]
|
41 |
// TODO: Add `must_use` where relevant
|
42 |
#![allow(clippy::must_use_candidate)]
|
43 |
// All `#[inline(always)]` attributes are carefully considered and benchmarked.
|
43 |
// TODO: Add `must_use` attributes
|
44 |
#![allow(clippy::must_use_candidate)]
|
45 |
// TODO: To many false positives
|
41 |
// TODO: Add `must_use` where relevant
|
42 |
#![allow(clippy::must_use_candidate)]
|
43 |
// All `#[inline(always)]` attributes are carefully considered and benchmarked.
|
1 |
#![warn(clippy::pedantic)]
|
2 |
#![allow(clippy::missing_errors_doc, clippy::must_use_candidate, clippy::uninlined_format_args, clippy::doc_markdown)]
|
94 |
#![allow(clippy::missing_panics_doc)]
|
95 |
#![allow(clippy::must_use_candidate)]
|
96 |
// #![allow(clippy::redundant_pub_crate)]
|