312 |
/// corresponding variant.
|
313 |
#[allow(clippy::result_large_err)]
|
314 |
pub fn into_trade(self) -> Result<TradeActivity, Self> {
|
322 |
/// corresponding variant.
|
323 |
#[allow(clippy::result_large_err)]
|
324 |
pub fn into_non_trade(self) -> Result<NonTradeActivity, Self> {
|
69 |
#[allow(clippy::result_large_err)]
|
70 |
pub fn from_raw_outcome(
|
60 |
/// Create AVM with provided config.
|
61 |
#[allow(clippy::result_large_err)]
|
62 |
pub fn new(config: AVMConfig<E>) -> AVMResult<Self, E> {
|
80 |
#[allow(clippy::result_large_err)]
|
81 |
pub fn call(
|
130 |
/// Cleanup data that become obsolete.
|
131 |
#[allow(clippy::result_large_err)]
|
132 |
pub fn cleanup_data(&mut self, particle_id: &str) -> AVMResult<(), E> {
|
142 |
#[allow(clippy::result_large_err)]
|
143 |
fn save_anomaly_data(
|
4 |
// TODO(ilya): Reduce the size of CompilationError.
|
5 |
#[allow(clippy::result_large_err)]
|
6 |
pub mod compiler;
|
62 |
// TODO(ilya): Reduce the size of CompilationError.
|
63 |
#[allow(clippy::result_large_err)]
|
64 |
pub fn from_contract_class(
|
203 |
#[allow(clippy::result_large_err)]
|
204 |
pub fn try_send_with_custom_ticket(
|
212 |
#[allow(clippy::result_large_err)]
|
213 |
pub fn try_send(
|
98 |
/// why this operation depends on the version template and is fallible.
|
99 |
#[allow(clippy::result_large_err)]
|
100 |
pub fn parse_bump_scheme(
|
177 |
/// Asserts that the token has a scope that satisfies the given context and level.
|
178 |
#[allow(clippy::result_large_err)]
|
179 |
pub fn assert_scope(
|
168 |
impl<'a> WasmArg<'a> {
|
169 |
#[allow(clippy::result_large_err)]
|
170 |
pub fn new(instance: &Instance, bytes: Vec<u8>) -> IndexerResult<WasmArg> {
|
2238 |
/// UnexpectedToken error will be returned.
|
2239 |
#[allow(clippy::result_large_err)]
|
2240 |
pub fn from_tokens(tokens: Vec<Token>) -> Result<Ast, AstError> {
|
66 |
#[allow(clippy::result_large_err)]
|
67 |
fn parse<'a>(
|
1258 |
#[cfg(feature = "roblox")]
|
1259 |
#[allow(clippy::result_large_err)]
|
1260 |
fn parse_interpolated_string(
|
73 |
/// ```
|
74 |
#[allow(clippy::result_large_err)]
|
75 |
pub fn parse(code: &str) -> Result<ast::Ast, Error> {
|
196 |
#[allow(clippy::result_large_err)]
|
197 |
fn execute_once(mut self) -> Result<HttpResponse, (c_int, Self)> {
|
70 |
/// When _storing_ or _erasing_ all programs are instructed in order.
|
71 |
#[allow(clippy::result_large_err)]
|
72 |
pub fn invoke(&mut self, mut action: helper::Action, mut prompt: git_prompt::Options<'_>) -> protocol::Result {
|
36 |
/// If more control is required, use the [`Cascade`][helper::Cascade] type.
|
37 |
#[allow(clippy::result_large_err)]
|
38 |
pub fn builtin(action: helper::Action) -> protocol::Result {
|
56 |
/// normally this isn't the case.
|
57 |
#[allow(clippy::result_large_err)]
|
58 |
pub fn destructure_url_in_place(&mut self, use_http_path: bool) -> Result<&mut Self, protocol::Error> {
|
59 |
/// Convert the outcome of a helper invocation to a helper result, assuring that the identity is complete in the process.
|
60 |
#[allow(clippy::result_large_err)]
|
61 |
pub fn helper_outcome_to_result(outcome: Option<helper::Outcome>, action: helper::Action) -> Result {
|
152 |
#[allow(clippy::result_large_err)]
|
153 |
fn invoke_cascade<'a>(names: impl IntoIterator<Item = &'a str>, action: Action) -> protocol::Result {
|
97 |
/// Turns this instance into a [`Blob`][Blob] if it is one.
|
98 |
#[allow(clippy::result_large_err)]
|
99 |
pub fn try_into_blob(self) -> Result<Blob, Self> {
|
112 |
/// Turns this instance into a [`Commit`][Commit] if it is one.
|
113 |
#[allow(clippy::result_large_err)]
|
114 |
pub fn try_into_commit(self) -> Result<Commit, Self> {
|
120 |
/// Turns this instance into a [`Tree`][Tree] if it is one.
|
121 |
#[allow(clippy::result_large_err)]
|
122 |
pub fn try_into_tree(self) -> Result<Tree, Self> {
|
128 |
/// Turns this instance into a [`Tag`][Tag] if it is one.
|
129 |
#[allow(clippy::result_large_err)]
|
130 |
pub fn try_into_tag(self) -> Result<Tag, Self> {
|
13 |
/// `progress` is used to inform about what's currently happening.
|
14 |
#[allow(clippy::result_large_err)]
|
15 |
#[maybe_async]
|
49 |
/// _Note_ that depending on the `delegate`, the actual action performed can be `ls-refs`, `clone` or `fetch`.
|
50 |
#[allow(clippy::result_large_err)]
|
51 |
#[maybe_async]
|
11 |
/// `progress` is used to inform about what's currently happening.
|
12 |
#[allow(clippy::result_large_err)]
|
13 |
#[maybe_async]
|
47 |
/// will be removed automatically as soon as this instance drops.
|
48 |
#[allow(clippy::result_large_err)]
|
49 |
pub fn new<Url, E>(
|
189 |
/// See [`clone::PrepareFetch::new()] for a function to take full control over all options.
|
190 |
#[allow(clippy::result_large_err)]
|
191 |
pub fn prepare_clone_bare<Url, E>(
|
211 |
/// See [`clone::PrepareFetch::new()] for a function to take full control over all options.
|
212 |
#[allow(clippy::result_large_err)]
|
213 |
pub fn prepare_clone<Url, E>(url: Url, path: impl AsRef<std::path::Path>) -> Result<clone::PrepareFetch, clone::Error>
|
116 |
/// It's best to unblock it by placing it into its own thread or offload it should usage in an async context be truly required.
|
117 |
#[allow(clippy::result_large_err)]
|
118 |
#[git_protocol::maybe_async::maybe_async]
|
94 |
/// - `gitoxide.userAgent` is read to obtain the application user agent for git servers and for HTTP servers as well.
|
95 |
#[allow(clippy::result_large_err)]
|
96 |
#[git_protocol::maybe_async::maybe_async]
|
105 |
#[allow(clippy::result_large_err)]
|
106 |
#[git_protocol::maybe_async::maybe_async]
|
175 |
#[allow(clippy::result_large_err)]
|
176 |
#[git_protocol::maybe_async::maybe_async]
|
248 |
/// Assume sha1 if server says nothing, otherwise configure anything beyond sha1 in the local repo configuration
|
249 |
#[allow(clippy::result_large_err)]
|
250 |
fn extract_object_format(
|
512 |
/// Fails and returns itself if the node is *not* an unnamed graph.
|
513 |
#[allow(clippy::result_large_err)]
|
514 |
#[inline(always)]
|
325 |
#[allow(clippy::result_large_err)]
|
326 |
pub fn parse(text: &str) -> Result<KllFile, PestError> {
|
414 |
impl<'a> KllFile<'a> {
|
415 |
#[allow(clippy::should_implement_trait, clippy::result_large_err)]
|
416 |
pub fn from_str(text: &str) -> Result<KllFile> {
|
98 |
/// Find incompliant symbols from symbol versions
|
99 |
#[allow(clippy::result_large_err)]
|
100 |
fn find_incompliant_symbols(
|
119 |
#[allow(clippy::result_large_err)]
|
120 |
fn policy_is_satisfied(
|
264 |
/// Does nothing for `platform_tag` set to `Off`/`Linux` or non-linux platforms.
|
265 |
#[allow(clippy::result_large_err)]
|
266 |
pub fn auditwheel_rs(
|
7 |
/// Find external shared library dependencies
|
8 |
#[allow(clippy::result_large_err)]
|
9 |
pub fn find_external_libs(
|
262 |
/// Uploads a single wheel to the registry
|
263 |
#[allow(clippy::result_large_err)]
|
264 |
pub fn upload(registry: &Registry, wheel_path: &Path) -> Result<(), UploadError> {
|
292 |
/// ```
|
293 |
#[allow(clippy::result_large_err)] // Since `self` has been consumed, this is not an issue
|
294 |
pub fn try_make_index(self, client: &Client) -> Result<Index, Self> {
|
22 |
impl MigrateUserName {
|
23 |
#[allow(clippy::result_large_err)]
|
24 |
fn execute_with_result(&self, tx_input: TxInput, tx_cache: TxCache) -> BlockchainResult {
|
46 |
impl Signer {
|
47 |
#[allow(clippy::result_large_err)]
|
48 |
pub fn from_secret_str(secret_key: &str, account_id: AccountId, nonce: Nonce) -> Result<Self> {
|
102 |
impl NearClient {
|
103 |
#[allow(clippy::result_large_err)]
|
104 |
pub fn new(url: Url) -> Result<Self> {
|
336 |
impl Output {
|
337 |
#[allow(clippy::result_large_err)]
|
338 |
/// If function don't return anything it will return [`Error::DeserializeTransactionOutput`]
|
396 |
#[allow(clippy::result_large_err)]
|
397 |
pub fn build(self) -> Result<FunctionCall<'a>> {
|
471 |
#[allow(clippy::result_large_err)]
|
472 |
pub(crate) fn proceed_outcome(
|
124 |
#[allow(clippy::result_large_err)]
|
125 |
pub(crate) fn serialize_arguments(args: Option<Value>) -> Result<Vec<u8>> {
|
42 |
#[allow(clippy::result_large_err)]
|
43 |
pub fn into_result(self) -> Result<T, ExecutionFailure> {
|
197 |
/// Converts this object into a [`Result`] holding either [`ExecutionSuccess`] or [`ExecutionFailure`].
|
198 |
#[allow(clippy::result_large_err)]
|
199 |
pub fn into_result(self) -> Result<ExecutionSuccess, ExecutionFailure> {
|
44 |
#[allow(clippy::result_large_err)]
|
45 |
pub fn add_record(&mut self, record: Record) -> Result<(), AddRecordError> {
|
48 |
#[allow(clippy::result_large_err)]
|
49 |
pub fn add_record(&mut self, record: Record) -> Result<&Record, AddRecordError> {
|
154 |
// See <https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err>
|
155 |
#[allow(clippy::result_large_err)]
|
156 |
pub(crate) fn src_get(
|
343 |
#[allow(clippy::result_large_err)]
|
344 |
fn set_option(
|
465 |
#[allow(clippy::result_large_err)]
|
466 |
fn set_field_value(
|
127 |
/// 每个请求的 UserAgent 由七牛 SDK 固定 UserAgent + 库 UserAgent + 请求的追加 UserAgent 三部分组成
|
128 |
#[allow(clippy::result_large_err)]
|
129 |
pub fn set_library_user_agent(user_agent: UserAgent) -> Result<(), UserAgent> {
|
687 |
/// Checks if the given host/host key pair is known.
|
688 |
#[allow(clippy::result_large_err)]
|
689 |
fn check_ssh_known_hosts(
|
154 |
#[allow(clippy::result_large_err)]
|
155 |
fn walk(blocks: ShardedBlockStore, mut path: IpfsPath) -> Result<Option<Cid>, Error> {
|
283 |
#[allow(clippy::result_large_err)]
|
284 |
fn as_file(&self, key: &[u8]) -> Result<std::fs::File, Error> {
|
56 |
/// Continues the walk in the DAG of HAMT buckets searching for the original `needle`.
|
57 |
#[allow(clippy::result_large_err)]
|
58 |
pub fn continue_walk(
|
112 |
/// Returns the found link, the definitive negative or the means to continue the traversal.
|
113 |
#[allow(clippy::result_large_err)]
|
114 |
pub(crate) fn lookup_or_start(
|
163 |
/// - is a bucket, it is pushed back to the work
|
164 |
#[allow(clippy::result_large_err)]
|
165 |
fn partition<'a>(
|
35 |
/// with `ShardedLookup::with_owned_needle` which will allow moving it between tasks and boundaries.
|
36 |
#[allow(clippy::result_large_err)]
|
37 |
pub fn resolve<'needle>(
|
210 |
/// return None, it sends a default response with no content.
|
211 |
#[allow(clippy::result_large_err)]
|
212 |
pub fn run(
|
262 |
/// Finishes building a `WasmPlugin`.
|
263 |
#[allow(clippy::result_large_err)]
|
264 |
pub fn finish(mut self) -> Result<WasmPlugin, InstantiationError> {
|
221 |
impl CmdResponse {
|
222 |
#[allow(clippy::result_large_err)]
|
223 |
pub fn ok(data: ReplicatedData) -> Result<CmdResponse> {
|
239 |
#[allow(clippy::result_large_err)]
|
240 |
pub fn err(data: ReplicatedData, err: Error) -> Result<CmdResponse> {
|
391 |
#[allow(clippy::result_large_err)]
|
392 |
pub fn process(&mut self, mut ts_request: TsRequest) -> Result<ServerState, ServerError> {
|
319 |
/// Formats given [`Ast`]
|
320 |
#[allow(clippy::result_large_err)]
|
321 |
pub fn format_ast(
|
356 |
/// Formats given Lua code
|
357 |
#[allow(clippy::result_large_err)]
|
358 |
pub fn format_code(
|
5 |
/// A simple HTTP post helper which implements with [ureq](https://crates.io/crates/ureq).
|
6 |
#[allow(unused, clippy::result_large_err)]
|
7 |
pub fn send_jsonrpc(uri: &str, body: &Value) -> Result<Response, Error> {
|
117 |
/// ```
|
118 |
#[allow(clippy::result_large_err)]
|
119 |
pub fn into_typed_message<T>(self) -> Result<<T as IntoStatic>::Output, Message<'static>>
|
175 |
#[allow(clippy::many_single_char_names)]
|
176 |
#[allow(clippy::result_large_err)]
|
177 |
pub fn verify(
|
237 |
/// is not provided, the verification fails.
|
238 |
#[allow(clippy::result_large_err)]
|
239 |
pub fn verify(
|
478 |
#[allow(clippy::result_large_err)] //Valid complaint on Clippy's part but this should be on the cold path and not a major issue
|
479 |
pub fn compile_rule(rule: &str) -> Result<RuleFragment, Error<Rule>> {
|
12 |
impl Parser {
|
13 |
#[allow(clippy::result_large_err)]
|
14 |
pub fn parse<T: AsRef<Path>>(input: &str, file: &T) -> Result<Self, ParserError> {
|
218 |
/// Attempt to advance the ping state by one step.
|
219 |
#[allow(clippy::result_large_err)]
|
220 |
fn advance<S>(&mut self, sink: &mut S, ctx: &mut Context<'_>) -> Result<(), S::Error>
|
42 |
#[allow(clippy::result_large_err)]
|
43 |
pub fn into_result(self) -> Result<T, ExecutionFailure> {
|
197 |
/// Converts this object into a [`Result`] holding either [`ExecutionSuccess`] or [`ExecutionFailure`].
|
198 |
#[allow(clippy::result_large_err)]
|
199 |
pub fn into_result(self) -> Result<ExecutionSuccess, ExecutionFailure> {
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
38 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
39 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
40 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
39 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
40 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
41 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
15 |
#![allow(clippy::result_large_err)]
|
46 |
#![allow(clippy::result_large_err)]
|
2 |
#![warn(clippy::unwrap_used)]
|
3 |
#![allow(clippy::result_large_err)]
|
4 |
//! `flowc` is a "flow compiler" that takes a hierarchical description of a flow
|
1 |
#![allow(clippy::result_large_err)]
|
1 |
#![allow(clippy::result_large_err)]
|
2 |
// https://github.com/helix-onchain/filecoin/issues/165
|
42 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
43 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
44 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
27 |
// TODO - address the underlying issue:
|
28 |
#![allow(clippy::result_large_err)]
|
12 |
// TODO - address the underlying issue:
|
13 |
#![allow(clippy::result_large_err)]
|
2 |
#![allow(clippy::needless_return)]
|
3 |
#![allow(clippy::result_large_err)]
|
4 |
#![allow(clippy::bool_assert_comparison)]
|
14 |
// https://github.com/cosmos/ibc-rs/issues/342
|
15 |
#![allow(clippy::result_large_err)]
|
16 |
#![doc(html_root_url = "https://docs.rs/ibc/0.27.0")]
|
61 |
#![allow(clippy::result_large_err)]
|
5 |
#![allow(clippy::result_large_err)]
|
1 |
//! LNURL by way of `reqwest` HTTP client.
|
2 |
#![allow(clippy::result_large_err)]
|
1 |
//! LNURL by way of `ureq` HTTP client.
|
2 |
#![allow(clippy::result_large_err)]
|
1 |
#![allow(clippy::result_large_err)]
|
1 |
// `WriterError` is large and clippy doesn't like that, but not a huge deal atm
|
2 |
#![allow(clippy::result_large_err)]
|
41 |
#![deny(rustdoc::broken_intra_doc_links, rustdoc::private_intra_doc_links)]
|
42 |
#![allow(clippy::result_large_err)]
|
1 |
#![allow(clippy::result_large_err)]
|
1 |
#![allow(clippy::result_large_err)]
|
3 |
clippy::type_complexity,
|
4 |
clippy::result_large_err
|
5 |
)]
|
3 |
#![allow(clippy::result_large_err)]
|
77 |
// yak-shaving exercise in the future.
|
78 |
#![allow(clippy::result_large_err)]
|
17 |
#![allow(clippy::result_large_err)]
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
20 |
)]
|
21 |
#![allow(clippy::result_large_err)]
|
22 |
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
49 |
)]
|
50 |
#![allow(clippy::result_large_err, clippy::uninlined_format_args)]
|
4 |
//! independent of the anchor framework.
|
5 |
#![allow(clippy::result_large_err)]
|
6 |
#![warn(
|
1 |
#![allow(clippy::result_large_err)]
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
36 |
#![allow(clippy::significant_drop_in_scrutinee)] // arti/-/merge_requests/588/#note_2812945
|
37 |
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
|
38 |
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
|
8 |
#![allow(clippy::upper_case_acronyms)]
|
9 |
#![allow(clippy::result_large_err)]
|
10 |
#![allow(clippy::only_used_in_recursion)]
|
1 |
#![allow(clippy::result_large_err)]
|