24 |
let args;
|
25 |
#[allow(clippy::eval_order_dependence)] // Not actually an issue.
|
26 |
Some((parenthesized!(args in input), args.parse()?))
|
37 |
let args;
|
38 |
#[allow(clippy::eval_order_dependence)] // Not actually an issue.
|
39 |
Some((
|
112 |
let expression;
|
113 |
#[allow(clippy::eval_order_dependence)]
|
114 |
Some(Expression(
|
185 |
/// if this is a `JetStream` message.
|
186 |
#[allow(clippy::mixed_read_write_in_expression)]
|
187 |
pub fn info(&self) -> Result<Info<'_>, Error> {
|
185 |
#[allow(clippy::mixed_read_write_in_expression)]
|
186 |
impl Parse for ArgType {
|
125 |
#[allow(clippy::mixed_read_write_in_expression)]
|
126 |
impl Parse for AutoMethod {
|
142 |
#[allow(clippy::mixed_read_write_in_expression)]
|
143 |
impl Parse for WrapperFunctionList {
|
25 |
#[allow(clippy::eval_order_dependence)]
|
26 |
impl Parse for HostFunction {
|
189 |
#[allow(clippy::eval_order_dependence)]
|
190 |
impl EntryArgInclude {
|
493 |
// syn::attr::parsing::parse_inner (syn 1.0.86)
|
494 |
#[allow(clippy::eval_order_dependence)]
|
495 |
fn single_parse_inner(input: ParseStream) -> Result<Attribute> {
|
81 |
let content;
|
82 |
#[allow(clippy::mixed_read_write_in_expression)]
|
83 |
Ok(Self {
|
170 |
let content;
|
171 |
#[allow(clippy::mixed_read_write_in_expression)]
|
172 |
Ok(Self {
|
200 |
fn parse(input: ParseStream) -> Result<Self> {
|
201 |
#[allow(clippy::mixed_read_write_in_expression)]
|
202 |
Ok(Self {
|
155 |
const NAME: &'static str = "node";
|
156 |
#[allow(clippy::eval_order_dependence)]
|
157 |
fn parse(element: &Element) -> Result<Self> {
|
29 |
/// ```
|
30 |
#[allow(clippy::eval_order_dependence)]
|
31 |
pub async fn handle(block: web::Path<String>, shared: web::Data<ShadowShared>) -> impl Responder {
|
37 |
impl Parse for TargetConstructorTokens {
|
38 |
#[allow(clippy::eval_order_dependence)]
|
39 |
fn parse(input: ParseStream) -> syn::Result<Self> {
|
52 |
// idiomatic form
|
53 |
#[allow(clippy::eval_order_dependence)]
|
54 |
Ok(Self {
|
520 |
impl syn::parse::Parse for InterfaceDefinition {
|
521 |
#[allow(clippy::eval_order_dependence)]
|
522 |
fn parse(input: syn::parse::ParseStream) -> syn::Result<Self> {
|
566 |
impl syn::parse::Parse for MaybeServiceBody {
|
567 |
#[allow(clippy::eval_order_dependence)]
|
568 |
fn parse(input: syn::parse::ParseStream) -> syn::Result<Self> {
|
579 |
impl syn::parse::Parse for ServiceBody {
|
580 |
#[allow(clippy::eval_order_dependence)]
|
581 |
fn parse(input: syn::parse::ParseStream) -> syn::Result<Self> {
|
42 |
// idiomatic form
|
43 |
#[allow(clippy::eval_order_dependence)]
|
44 |
Ok(Self {
|
46 |
let (headers, headers_to_unset) = request_items.headers()?;
|
47 |
#[allow(clippy::eval_order_dependence)]
|
48 |
let body = match (
|
4078 |
#[allow(clippy::missing_inline_in_public_items)]
|
4079 |
#[allow(clippy::mixed_read_write_in_expression)]
|
4080 |
fn visit_seq<A>(self, mut seq: A) -> Result<Self::Value, A::Error>
|
4112 |
#[allow(clippy::missing_inline_in_public_items)]
|
4113 |
#[allow(clippy::mixed_read_write_in_expression)]
|
4114 |
fn visit_map<A>(self, mut map: A) -> Result<Self::Value, A::Error>
|
4265 |
#[allow(clippy::missing_inline_in_public_items)]
|
4266 |
#[allow(clippy::mixed_read_write_in_expression)]
|
4267 |
fn visit_seq<A>(self, mut seq: A) -> Result<Self::Value, A::Error>
|
4324 |
#[allow(clippy::missing_inline_in_public_items)]
|
4325 |
#[allow(clippy::mixed_read_write_in_expression)]
|
4326 |
fn visit_map<A>(self, mut map: A) -> Result<Self::Value, A::Error>
|
25 |
#[allow(clippy::eval_order_dependence)]
|
26 |
impl Parse for HostFunction {
|
112 |
#[allow(clippy::mixed_read_write_in_expression)]
|
113 |
while let (true, Ok(Some(Ok(line)))) = (
|
263 |
/// set.
|
264 |
#[allow(clippy::mixed_read_write_in_expression)]
|
265 |
pub fn jetstream_message_info(&self) -> Option<crate::jetstream::JetStreamMessageInfo<'_>> {
|
242 |
/// set.
|
243 |
#[allow(clippy::eval_order_dependence)]
|
244 |
pub fn jetstream_message_info(&self) -> Option<crate::jetstream::JetStreamMessageInfo<'_>> {
|
49 |
#[allow(clippy::eval_order_dependence)]
|
50 |
Ok(Self {
|
366 |
// index.
|
367 |
#[allow(clippy::mixed_read_write_in_expression)]
|
368 |
Vec::from([for_tuples!( #( {
|
330 |
#[allow(clippy::eval_order_dependence)]
|
331 |
fn trailer_helper(input: ParseStream, mut e: Expr) -> Result<Expr> {
|
107 |
let content;
|
108 |
#[allow(clippy::eval_order_dependence)]
|
109 |
Ok(PatSymbol {
|
316 |
let content;
|
317 |
#[allow(clippy::eval_order_dependence)]
|
318 |
Ok(RspgMod {
|
42 |
let fail_from_extra_fields;
|
43 |
#[allow(clippy::eval_order_dependence)]
|
44 |
Self {
|
109 |
{
|
110 |
#[allow(clippy::eval_order_dependence)]
|
111 |
fn parse(input: ParseStream) -> syn::Result<Self> {
|
40 |
impl Parse for Field {
|
41 |
#[allow(clippy::eval_order_dependence)]
|
42 |
fn parse(input: ParseStream) -> Result<Self, syn::Error> {
|
127 |
impl Parse for VariantEnum {
|
128 |
#[allow(clippy::eval_order_dependence)]
|
129 |
fn parse(input: ParseStream) -> Result<Self, syn::Error> {
|
49 |
/// `self(..).await != other(..).await`
|
50 |
#[allow(clippy::eval_order_dependence)] // everything is clear here
|
51 |
fn xor<P, PF>(self, other: P) -> BoxedPredicate<C>
|
124 |
/// `self(..).await != other(..).await`
|
125 |
#[allow(clippy::eval_order_dependence)] // everything is clear here
|
126 |
fn xor<P, PF>(self, other: P) -> BoxedStatefulPredicate<C, S>
|
130 |
// see https://github.com/rust-lang/rust-clippy/issues/4637
|
131 |
#[allow(clippy::eval_order_dependence)]
|
132 |
let option = match ident.to_string().borrow() {
|
345 |
// syn::attr::parsing::parse_inner (syn 1.0.86)
|
346 |
#[allow(clippy::eval_order_dependence)]
|
347 |
fn single_parse_inner(input: ParseStream) -> Result<Attribute> {
|
172 |
#[allow(clippy::eval_order_dependence)]
|
173 |
Ok(GremlinPool::new(
|
257 |
// FIXME: arrayref needs to silence this per-expression
|
258 |
#[allow(clippy::eval_order_dependence)]
|
259 |
let (buf_secs, buf_nanos) = mut_array_refs![&mut buf, 8, 4];
|
285 |
// FIXME: arrayref needs to silence this per-expression
|
286 |
#[allow(clippy::eval_order_dependence)]
|
287 |
let (buf_secs, buf_nanos) = array_refs![&mut buf, 8, 4];
|
325 |
#[allow(clippy::eval_order_dependence)]
|
326 |
impl syn::parse::Parse for AutoArg {
|
52 |
#![allow(clippy::eval_order_dependence)]
|
3 |
#![allow(clippy::eval_order_dependence, clippy::type_complexity)]
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::mixed_read_write_in_expression)]
|
6 |
// These are useless.
|
1 |
#![allow(dead_code)]
|
2 |
#![allow(clippy::eval_order_dependence)]
|
3 |
use super::*;
|
1 |
#![allow(clippy::eval_order_dependence)] // Needed when using `syn::parenthesized!`.
|
1 |
#![allow(clippy::eval_order_dependence)]
|
1 |
#![allow(clippy::eval_order_dependence)]
|
1 |
#![allow(clippy::eval_order_dependence)] // syn patterns
|
4 |
#![allow(clippy::large_enum_variant)]
|
5 |
#![allow(clippy::eval_order_dependence)]
|
6 |
// These are useless.
|
1 |
#![allow(clippy::eval_order_dependence)]
|
2 |
extern crate proc_macro;
|
3 |
#![allow(clippy::mixed_read_write_in_expression)] // Needed when using `syn::parenthesized!`.
|
251 |
clippy::doc_markdown,
|
252 |
clippy::eval_order_dependence,
|
253 |
clippy::inherent_to_string,
|
40 |
#![warn(clippy::all, clippy::default_trait_access)]
|
41 |
#![allow(clippy::eval_order_dependence, clippy::large_enum_variant)]
|
251 |
clippy::doc_markdown,
|
252 |
clippy::eval_order_dependence,
|
253 |
clippy::inherent_to_string,
|
237 |
doc_markdown,
|
238 |
eval_order_dependence,
|
239 |
large_enum_variant,
|
15 |
#![allow(clippy::eval_order_dependence)]
|
1 |
#![allow(clippy::eval_order_dependence)] // Tons of false positives
|