354 |
// This type will never have new fields clippy, that's the point <_<
|
355 |
#[allow(clippy::manual_non_exhaustive)]
|
356 |
pub struct AbiHeader {
|
37 |
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
38 |
#[allow(clippy::manual_non_exhaustive)]
|
39 |
pub struct Cfg {
|
164 |
#[derive(Debug)]
|
165 |
#[allow(clippy::manual_non_exhaustive)]
|
166 |
pub struct FramedParts<T, U> {
|
35 |
/// Result of a successfull probe
|
36 |
#[allow(clippy::manual_non_exhaustive)]
|
37 |
#[derive(Clone, Debug)]
|
66 |
/// POSIX and custom ones. See `capabilities(7)`.
|
67 |
#[allow(clippy::manual_non_exhaustive)]
|
68 |
#[allow(non_camel_case_types)]
|
95 |
#[allow(non_snake_case)]
|
96 |
#[allow(clippy::manual_non_exhaustive)]
|
97 |
pub struct Peripherals {
|
63 |
#[derive(Debug)]
|
64 |
#[allow(clippy::manual_non_exhaustive)] // FIXME: Use `#[non_exhaustive]` in the future.
|
65 |
pub enum VolatileItemKind {
|
9 |
#[allow(clippy::manual_non_exhaustive)]
|
10 |
pub struct Command<'a> {
|
22 |
#[allow(clippy::manual_non_exhaustive)]
|
23 |
pub struct FieldInfo<'a> {
|
23 |
#[derive(Serialize, PartialEq, Eq, Clone, Copy)]
|
24 |
#[allow(clippy::manual_non_exhaustive)]
|
25 |
pub struct Rect {
|
264 |
#[derive(Debug)]
|
265 |
#[allow(clippy::manual_non_exhaustive)]
|
266 |
pub struct FramedParts<T, U> {
|
6 |
/// and thus is scoped under a specific [`User`].
|
7 |
#[allow(clippy::manual_non_exhaustive)]
|
8 |
pub struct Snapshot<'a, Ref> {
|
284 |
#[derive(Debug)]
|
285 |
#[allow(clippy::manual_non_exhaustive)]
|
286 |
pub struct FramedParts<T, U> {
|
26 |
#[derive(Debug)]
|
27 |
#[allow(clippy::manual_non_exhaustive)]
|
28 |
pub enum NoiseError {
|
196 |
#[derive(Debug, Copy, Clone)]
|
197 |
#[allow(dead_code, clippy::manual_non_exhaustive)]
|
198 |
pub enum Protocol {
|
168 |
#[derive(Debug)]
|
169 |
#[allow(clippy::manual_non_exhaustive)]
|
170 |
pub struct FramedParts<T, U> {
|
6 |
#[must_use]
|
7 |
#[allow(clippy::manual_non_exhaustive)]
|
8 |
pub enum OtcError {
|
52 |
#[derive(Copy, Clone, Debug)]
|
53 |
#[allow(clippy::manual_non_exhaustive)]
|
54 |
pub struct BoolTarget {
|
23 |
#[repr(u32)]
|
24 |
#[allow(clippy::manual_non_exhaustive)]
|
25 |
//^ TODO: Replace with `#[non_exhaustive]` for Rust >= 1.40
|
12 |
/// The type of a property.
|
13 |
#[allow(clippy::manual_non_exhaustive)] // count variant is not for that
|
14 |
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
83 |
#[derive(Clone, Debug)]
|
84 |
#[allow(clippy::manual_non_exhaustive)]
|
85 |
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
|
562 |
#[derive(Clone, Debug)]
|
563 |
#[allow(clippy::manual_non_exhaustive)]
|
564 |
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
|
85 |
#[derive(Clone, Debug)]
|
86 |
#[allow(clippy::manual_non_exhaustive)]
|
87 |
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
|
335 |
#[derive(Clone, Debug)]
|
336 |
#[allow(clippy::manual_non_exhaustive)]
|
337 |
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)]
|
339 |
#[derive(Debug)]
|
340 |
#[allow(clippy::manual_non_exhaustive)]
|
341 |
pub struct FramedParts<T, U> {
|
339 |
#[derive(Debug)]
|
340 |
#[allow(clippy::manual_non_exhaustive)]
|
341 |
pub struct FramedParts<T, U> {
|
89 |
#[allow(clippy::manual_non_exhaustive)]
|
90 |
#[wasm_bindgen]
|
89 |
#[allow(clippy::manual_non_exhaustive)]
|
90 |
#[wasm_bindgen]
|
7 |
unreachable_pub,
|
8 |
clippy::manual_non_exhaustive,
|
9 |
clippy::upper_case_acronyms
|
25 |
#![deny(bare_trait_objects)]
|
26 |
#![allow(clippy::manual_non_exhaustive)] // MSRV is 1.36
|
27 |
#![doc(html_root_url = "https://docs.rs/battery/0.7.8")]
|
2 |
#![allow(
|
3 |
clippy::manual_non_exhaustive,
|
4 |
clippy::too_many_arguments,
|
6 |
clippy::derive_partial_eq_without_eq,
|
7 |
clippy::manual_non_exhaustive
|
8 |
)] // for generated files
|
11 |
#![allow(clippy::missing_safety_doc)]
|
12 |
#![allow(clippy::manual_non_exhaustive)]
|
13 |
#![allow(clippy::unnecessary_cast)]
|
3 |
#![allow(clippy::missing_safety_doc)]
|
4 |
#![allow(clippy::manual_non_exhaustive)]
|
5 |
#![allow(clippy::unnecessary_cast)]
|
8 |
#![allow(clippy::missing_safety_doc)]
|
9 |
#![allow(clippy::manual_non_exhaustive)]
|
10 |
#![allow(clippy::unused_unit)]
|
3 |
#![allow(clippy::missing_safety_doc)]
|
4 |
#![allow(clippy::manual_non_exhaustive)]
|
5 |
#![allow(clippy::unnecessary_cast)]
|
186 |
#![allow(where_clauses_object_safety, clippy::manual_non_exhaustive)]
|
187 |
#![warn(missing_docs)]
|
9 |
unreachable_pub,
|
10 |
clippy::manual_non_exhaustive,
|
11 |
clippy::upper_case_acronyms
|
164 |
#![allow(clippy::enum_glob_use)] // Same as wildcards
|
165 |
#![allow(clippy::manual_non_exhaustive)] // Not available in v1.36
|
7 |
// native #[non_exhaustive] is awful because you can't do struct update syntax with it (??)
|
8 |
#![allow(clippy::manual_non_exhaustive)]
|
44 |
clippy::field_reassign_with_default,
|
45 |
clippy::manual_non_exhaustive
|
46 |
)]
|
3 |
#![allow(non_upper_case_globals)]
|
4 |
#![allow(clippy::manual_non_exhaustive)] // MSRV
|
25 |
#![deny(bare_trait_objects)]
|
26 |
#![allow(clippy::manual_non_exhaustive)] // MSRV is 1.36
|
27 |
#![doc(html_root_url = "https://docs.rs/starship-battery/0.7.9")]
|
2 |
clippy::upper_case_acronyms,
|
3 |
clippy::manual_non_exhaustive,
|
4 |
clippy::match_like_matches_macro
|
3 |
clippy::or_fun_call,
|
4 |
clippy::manual_non_exhaustive,
|
5 |
clippy::needless_lifetimes
|
1 |
#![allow(clippy::manual_non_exhaustive)]
|
1 |
#![allow(clippy::manual_non_exhaustive)]
|
12 |
//! It can be used by a parser to create the DOM graph structure in memory.
|
13 |
#![allow(clippy::manual_non_exhaustive)]
|
14 |
use std::{borrow::Cow, fmt, ops::Deref};
|