110 |
#[allow(clippy::borrow_interior_mutable_const)]
|
111 |
fn call(&self, req: ServiceRequest) -> Self::Future {
|
171 |
#[allow(clippy::borrow_interior_mutable_const)]
|
172 |
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
|
288 |
#[allow(clippy::borrow_interior_mutable_const)]
|
289 |
impl<T> UrlEncoded<T> {
|
324 |
/// Create a new future to decode a JSON request payload.
|
325 |
#[allow(clippy::borrow_interior_mutable_const)]
|
326 |
pub fn new(
|
294 |
/// Create `MessageBody` for request.
|
295 |
#[allow(clippy::borrow_interior_mutable_const)]
|
296 |
pub fn new(req: &HttpRequest, payload: &mut dev::Payload) -> HttpMessageBody {
|
197 |
/// Create `XmlBody` for request.
|
198 |
#[allow(clippy::borrow_interior_mutable_const)]
|
199 |
pub fn new(req: &HttpRequest, payload: &mut dev::Payload) -> Self {
|
160 |
#[allow(clippy::borrow_interior_mutable_const)]
|
161 |
let token = response
|
255 |
#[allow(clippy::borrow_interior_mutable_const)]
|
256 |
let token = response
|
86 |
match (
|
87 |
#[allow(clippy::borrow_interior_mutable_const)]
|
88 |
unwrap_optional_header!(self.headers, reqwest::header::CONTENT_TYPE)
|
41 |
unsafe { fc::FcConfigDestroy(config) };
|
42 |
#[allow(clippy::borrow_interior_mutable_const)] // we init it only once
|
43 |
Lazy::force(&THE_OBJECT_SET);
|
36 |
/// Create a new future to decode a JSON request payload.
|
37 |
#[allow(clippy::borrow_interior_mutable_const)]
|
38 |
pub fn new(r: HttpRequest, payload: &mut Payload) -> Self {
|
160 |
async fn heat_single_page_with_headers() {
|
161 |
#[allow(clippy::borrow_interior_mutable_const)]
|
162 |
let m = mock("GET", "/dummy.xml")
|
4 |
#[cfg(not(target_arch = "wasm32"))]
|
5 |
#[allow(clippy::borrow_interior_mutable_const)]
|
6 |
fn main() {
|
642 |
let tx = tx.take().unwrap();
|
643 |
#[allow(clippy::borrow_interior_mutable_const)]
|
644 |
async move {
|
36 |
/// Create a new future to decode a JSON request payload.
|
37 |
#[allow(clippy::borrow_interior_mutable_const)]
|
38 |
pub fn new(r: HttpRequest, payload: &mut Payload) -> Self {
|
89 |
let mut is_chunked = false;
|
90 |
#[allow(clippy::borrow_interior_mutable_const)] // TODO see if I can remove this later
|
91 |
for header in httparse_req.headers.iter() {
|
56 |
#[allow(clippy::borrow_interior_mutable_const)]
|
57 |
pub(super) fn is_wildcard(&self) -> bool {
|
70 |
#[allow(clippy::borrow_interior_mutable_const)]
|
71 |
pub(super) fn is_wildcard(&self) -> bool {
|
47 |
/// [`CorsLayer::allow_origin`]: super::CorsLayer::allow_origin
|
48 |
#[allow(clippy::borrow_interior_mutable_const)]
|
49 |
pub fn list<I>(origins: I) -> Self
|
85 |
#[allow(clippy::borrow_interior_mutable_const)]
|
86 |
pub(super) fn is_wildcard(&self) -> bool {
|
44 |
#[allow(clippy::borrow_interior_mutable_const)]
|
45 |
pub(super) fn is_wildcard(&self) -> bool {
|
182 |
#[allow(clippy::borrow_interior_mutable_const)]
|
183 |
/// Get a collection of the lines of doc comments
|
88 |
// UInt should not have interior mutability
|
89 |
#[allow(clippy::borrow_interior_mutable_const)]
|
90 |
let val = P::MODULUS.sub(&val);
|
150 |
// UInt should not have interior mutability
|
151 |
#[allow(clippy::borrow_interior_mutable_const)]
|
152 |
let uint = uint.mul_redc_inline::<Montgomery<P>>(&P::R3);
|
222 |
// UInt should not have interior mutability
|
223 |
#[allow(clippy::borrow_interior_mutable_const)]
|
224 |
#[inline(always)]
|
299 |
// `Self` should not have interior mutability.
|
300 |
#[allow(clippy::borrow_interior_mutable_const)]
|
301 |
self.mul_redc::<M>(&M::R2)
|
353 |
// mutability.
|
354 |
#[allow(clippy::borrow_interior_mutable_const)]
|
355 |
let mont = Self::mul_redc_inline::<M>(self, &M::R2);
|
23 |
clippy::too_many_arguments,
|
24 |
clippy::borrow_interior_mutable_const,
|
25 |
clippy::uninlined_format_args
|
4 |
#![warn(future_incompatible)]
|
5 |
#![allow(clippy::borrow_interior_mutable_const, clippy::uninlined_format_args)]
|
1 |
#![allow(clippy::borrow_interior_mutable_const, clippy::type_complexity)]
|
2 |
//! Cross-origin resource sharing (CORS) for Actori applications
|
1 |
#![allow(clippy::borrow_interior_mutable_const, clippy::type_complexity)]
|
6 |
clippy::new_without_default,
|
7 |
clippy::borrow_interior_mutable_const
|
8 |
)]
|
1 |
#![allow(clippy::borrow_interior_mutable_const)]
|
4 |
clippy::type_complexity,
|
5 |
clippy::borrow_interior_mutable_const
|
6 |
)]
|
1 |
#![allow(clippy::borrow_interior_mutable_const)]
|
2 |
//! Actori actors integration for Actori web framework
|
3 |
clippy::type_complexity,
|
4 |
clippy::borrow_interior_mutable_const,
|
5 |
clippy::needless_doctest_main
|
106 |
clippy::type_complexity,
|
107 |
clippy::borrow_interior_mutable_const,
|
108 |
clippy::needless_doctest_main,
|
1 |
#![allow(
|
2 |
clippy::borrow_interior_mutable_const,
|
3 |
clippy::type_complexity,
|
1 |
#![allow(
|
2 |
clippy::borrow_interior_mutable_const,
|
3 |
clippy::type_complexity,
|
1 |
#![allow(type_alias_bounds, clippy::borrow_interior_mutable_const, clippy::type_complexity)]
|
1 |
#![allow(type_alias_bounds, clippy::borrow_interior_mutable_const, clippy::type_complexity)]
|
1 |
#![allow(clippy::borrow_interior_mutable_const)]
|
22 |
clippy::declare_interior_mutable_const,
|
23 |
clippy::borrow_interior_mutable_const
|
24 |
)]
|
4 |
clippy::type_complexity,
|
5 |
clippy::borrow_interior_mutable_const
|
6 |
)]
|
4 |
clippy::declare_interior_mutable_const,
|
5 |
clippy::borrow_interior_mutable_const
|
6 |
)]
|
4 |
clippy::cast_possible_wrap,
|
5 |
clippy::borrow_interior_mutable_const,
|
6 |
clippy::module_name_repetitions
|
1 |
#![allow(clippy::borrow_interior_mutable_const, clippy::cast_possible_wrap)]
|
57 |
clippy::type_complexity,
|
58 |
clippy::borrow_interior_mutable_const,
|
59 |
clippy::needless_doctest_main,
|
11 |
clippy::type_complexity,
|
12 |
clippy::borrow_interior_mutable_const,
|
13 |
clippy::needless_doctest_main,
|
11 |
clippy::type_complexity,
|
12 |
clippy::borrow_interior_mutable_const,
|
13 |
clippy::needless_doctest_main,
|
11 |
clippy::type_complexity,
|
12 |
clippy::borrow_interior_mutable_const,
|
13 |
clippy::needless_doctest_main,
|
1 |
#![allow(clippy::borrow_interior_mutable_const, clippy::type_complexity)]
|
1 |
#![allow(clippy::borrow_interior_mutable_const)]
|
9 |
#![allow(clippy::declare_interior_mutable_const)]
|
10 |
#![allow(clippy::borrow_interior_mutable_const)]
|
11 |
extern crate alloc;
|
8 |
//
|
9 |
#![allow(clippy::borrow_interior_mutable_const)]
|
10 |
use crate::CRLF;
|
17 |
clippy::type_complexity,
|
18 |
clippy::borrow_interior_mutable_const,
|
19 |
clippy::needless_doctest_main,
|
1 |
#![allow(
|
2 |
clippy::borrow_interior_mutable_const,
|
3 |
clippy::type_complexity,
|
1 |
#![allow(clippy::borrow_interior_mutable_const, clippy::type_complexity)]
|
2 |
//! Cross-origin resource sharing (CORS) for Actix applications
|
1 |
#![allow(clippy::borrow_interior_mutable_const, clippy::type_complexity)]
|
6 |
clippy::new_without_default,
|
7 |
clippy::borrow_interior_mutable_const
|
8 |
)]
|
1 |
#![allow(clippy::borrow_interior_mutable_const)]
|
3 |
clippy::type_complexity,
|
4 |
clippy::borrow_interior_mutable_const,
|
5 |
clippy::needless_doctest_main
|
4 |
clippy::type_complexity,
|
5 |
clippy::borrow_interior_mutable_const
|
6 |
)]
|
1 |
#![allow(clippy::borrow_interior_mutable_const)]
|
2 |
//! Actix actors integration for Actix web framework
|
1 |
#![allow(clippy::declare_interior_mutable_const)]
|
2 |
#![allow(clippy::borrow_interior_mutable_const)]
|
4 |
clippy::type_complexity,
|
5 |
clippy::borrow_interior_mutable_const
|
6 |
)]
|
3 |
clippy::type_complexity,
|
4 |
clippy::borrow_interior_mutable_const,
|
5 |
clippy::needless_doctest_main
|
1 |
#![allow(clippy::borrow_interior_mutable_const, clippy::type_complexity)]
|
2 |
//! Cross-origin resource sharing (CORS) for scrappy applications
|
1 |
#![allow(clippy::borrow_interior_mutable_const, clippy::type_complexity)]
|
6 |
clippy::new_without_default,
|
7 |
clippy::borrow_interior_mutable_const
|
8 |
)]
|
1 |
#![allow(clippy::borrow_interior_mutable_const)]
|
1 |
#![allow(clippy::borrow_interior_mutable_const)]
|
2 |
//! scrappy actors integration for scrappy web framework
|
1 |
#![allow(clippy::borrow_interior_mutable_const)]
|
2 |
// TODO support more than fixed length body
|