103 |
#[allow(clippy::from_over_into)]
|
104 |
impl Into<u64> for PhysAddr {
|
110 |
#[allow(clippy::from_over_into)]
|
111 |
impl Into<usize> for PhysAddr {
|
413 |
#[allow(clippy::from_over_into)]
|
414 |
impl Into<u64> for VirtAddr {
|
426 |
#[allow(clippy::from_over_into)]
|
427 |
impl Into<usize> for VirtAddr {
|
248 |
#[allow(clippy::from_over_into)]
|
249 |
impl Into<Vec<Self>> for WidgetRef {
|
749 |
#[allow(clippy::from_over_into)]
|
750 |
impl Into<hv_return_t> for HypervisorError {
|
863 |
#[allow(clippy::from_over_into)]
|
864 |
impl Into<hv_memory_flags_t> for MemPerms {
|
22 |
#[allow(clippy::from_over_into)]
|
23 |
impl Into<BaseVelocity> for Twist {
|
620 |
#[allow(clippy::from_over_into)]
|
621 |
impl Into<Node> for Dynamic {
|
158 |
// PartialEq for usage in QueryMsg. We need to use our own OrderBy and convert the result to cosmwasm's Order
|
159 |
#[allow(clippy::from_over_into)]
|
160 |
impl Into<Order> for OrderBy {
|
163 |
// convert it finally to cosmwasm's Order
|
164 |
#[allow(clippy::from_over_into)]
|
165 |
impl Into<Order> for OrderBy {
|
60 |
#[allow(clippy::from_over_into)]
|
61 |
impl<T> Into<Result<T>> for BallistaError {
|
57 |
#[allow(clippy::from_over_into)]
|
58 |
impl Into<PartitionId> for protobuf::PartitionId {
|
68 |
#[allow(clippy::from_over_into)]
|
69 |
impl Into<PartitionStats> for protobuf::PartitionStats {
|
212 |
#[allow(clippy::from_over_into)]
|
213 |
impl Into<ExecutorMetadata> for protobuf::ExecutorMetadata {
|
225 |
#[allow(clippy::from_over_into)]
|
226 |
impl Into<ExecutorSpecification> for protobuf::ExecutorSpecification {
|
240 |
#[allow(clippy::from_over_into)]
|
241 |
impl Into<ExecutorData> for protobuf::ExecutorData {
|
61 |
#[allow(clippy::from_over_into)]
|
62 |
impl Into<protobuf::PartitionId> for PartitionId {
|
86 |
#[allow(clippy::from_over_into)]
|
87 |
impl Into<protobuf::PartitionStats> for PartitionStats {
|
186 |
#[allow(clippy::from_over_into)]
|
187 |
impl Into<protobuf::ExecutorMetadata> for ExecutorMetadata {
|
199 |
#[allow(clippy::from_over_into)]
|
200 |
impl Into<protobuf::ExecutorSpecification> for ExecutorSpecification {
|
58 |
// We have to allow this because we can't implement a trait on an external type
|
59 |
#[allow(clippy::from_over_into)]
|
60 |
impl Into<Vec<u8>> for Base64UrlSafeData {
|
205 |
#[allow(clippy::from_over_into)]
|
206 |
impl Into<Option<Payload>> for OptionalPayload {
|
86 |
#[allow(clippy::from_over_into)]
|
87 |
impl Into<EaseMethod> for EaseFunction {
|
122 |
#[allow(clippy::from_over_into)]
|
123 |
impl Into<crate::error::DecodeError> for DecodeError {
|
148 |
#[allow(clippy::from_over_into)]
|
149 |
impl Into<crate::error::EncodeError> for EncodeError {
|
128 |
#[allow(clippy::from_over_into)]
|
129 |
impl Into<crate::error::DecodeError> for DecodeError {
|
154 |
#[allow(clippy::from_over_into)]
|
155 |
impl Into<crate::error::EncodeError> for EncodeError {
|
328 |
// Need the into implementation so that it can be passed into NoopSigned
|
329 |
#[allow(clippy::from_over_into)]
|
330 |
impl<T: Into<crate::Invoice>> Into<crate::Invoice> for NoopVerified<T> {
|
337 |
// convert into an invoice
|
338 |
#[allow(clippy::from_over_into)]
|
339 |
impl<T: Into<crate::Invoice>> Into<crate::Invoice> for VerifiedInvoice<T> {
|
291 |
#[allow(clippy::from_over_into)]
|
292 |
impl<'e> Into<Error> for SingletonFnError<'e> {
|
197 |
#[allow(clippy::from_over_into)]
|
198 |
impl Into<blst_scalar> for Scalar {
|
90 |
#[allow(clippy::from_over_into)] // the auto into impl doesn't work with serde(into)
|
91 |
impl Into<String> for Name {
|
226 |
#[allow(clippy::from_over_into)]
|
227 |
impl Into<RegistryChainInfo> for NetworkInfo<'_> {
|
48 |
#[allow(clippy::from_over_into)]
|
49 |
impl Into<f64> for Money {
|
159 |
#[allow(clippy::from_over_into)]
|
160 |
impl<T: Sized> Into<Vec<T>> for OneOrMore<T> {
|
50 |
#[allow(clippy::from_over_into)]
|
51 |
impl Into<ir::Id> for GroupOrInvoke {
|
80 |
#[allow(clippy::from_over_into)]
|
81 |
impl Into<Url> for Canonicalized {
|
707 |
#[allow(clippy::from_over_into)]
|
708 |
impl Into<EdgeList<String>> for DirectedDenseAdjacencyMatrixGraph {
|
716 |
#[allow(clippy::from_over_into)]
|
717 |
impl Into<AdjacencyList<String>> for DirectedDenseAdjacencyMatrixGraph {
|
730 |
#[allow(clippy::from_over_into)]
|
731 |
impl Into<(BTreeSet<String>, DenseAdjacencyMatrix)> for DirectedDenseAdjacencyMatrixGraph {
|
738 |
#[allow(clippy::from_over_into)]
|
739 |
impl Into<(BTreeSet<String>, SparseAdjacencyMatrix)> for DirectedDenseAdjacencyMatrixGraph {
|
742 |
#[allow(clippy::from_over_into)]
|
743 |
impl Into<EdgeList<String>> for UndirectedDenseAdjacencyMatrixGraph {
|
752 |
#[allow(clippy::from_over_into)]
|
753 |
impl Into<AdjacencyList<String>> for UndirectedDenseAdjacencyMatrixGraph {
|
766 |
#[allow(clippy::from_over_into)]
|
767 |
impl Into<(BTreeSet<String>, DenseAdjacencyMatrix)> for UndirectedDenseAdjacencyMatrixGraph {
|
774 |
#[allow(clippy::from_over_into)]
|
775 |
impl Into<(BTreeSet<String>, SparseAdjacencyMatrix)> for UndirectedDenseAdjacencyMatrixGraph {
|
158 |
#[allow(clippy::from_over_into)]
|
159 |
impl Into<Blake2sDomain> for Blake2sHash {
|
8 |
#[allow(clippy::from_over_into)]
|
9 |
impl Into<String> for MType {
|
25 |
#[allow(clippy::from_over_into)]
|
26 |
impl Into<String> for Region {
|
74 |
#[allow(clippy::from_over_into)]
|
75 |
impl Into<String> for MacVersion {
|
114 |
#[allow(clippy::from_over_into)]
|
115 |
impl Into<String> for RegParamsRevision {
|
8 |
#[allow(clippy::from_over_into)]
|
9 |
impl Into<String> for CodeRate {
|
54 |
#[allow(clippy::from_over_into)]
|
55 |
impl Into<String> for TxAckStatus {
|
7 |
#[allow(clippy::from_over_into)]
|
8 |
impl Into<String> for LogLevel {
|
19 |
#[allow(clippy::from_over_into)]
|
20 |
impl Into<String> for LogCode {
|
96 |
#[allow(clippy::from_over_into)]
|
97 |
impl Into<StatusCode> for StatusCodeEnum {
|
99 |
#[allow(clippy::from_over_into)]
|
100 |
impl Into<[u8; 20]> for Address {
|
106 |
#[allow(clippy::from_over_into)]
|
107 |
impl Into<[u8; 32]> for Address {
|
70 |
#[allow(clippy::from_over_into)]
|
71 |
impl Into<String> for Version {
|
127 |
#[allow(clippy::from_over_into)]
|
128 |
impl Into<String> for AddonProviderId {
|
68 |
#[allow(clippy::from_over_into)]
|
69 |
impl Into<String> for Version {
|
70 |
#[allow(clippy::from_over_into)]
|
71 |
impl Into<String> for Version {
|
76 |
#[allow(clippy::from_over_into)]
|
77 |
impl Into<String> for Version {
|
68 |
#[allow(clippy::from_over_into)]
|
69 |
impl Into<String> for Version {
|
92 |
#[allow(clippy::from_over_into)]
|
93 |
impl Into<image::imageops::FilterType> for FilterType {
|
112 |
#[allow(clippy::from_over_into)]
|
113 |
impl Into<liquid::Object> for Paginator {
|
316 |
// U8 -> Channel is not safe so we only implement Channel -> U8
|
317 |
#[allow(clippy::from_over_into)]
|
318 |
impl Into<u8> for Channel {
|
324 |
// U16 -> Channel is not safe so we only implement Channel -> U16
|
325 |
#[allow(clippy::from_over_into)]
|
326 |
impl Into<u16> for Channel {
|
46 |
#[allow(clippy::from_over_into)]
|
47 |
impl Into<KeyEvent> for CroKey {
|
124 |
#[allow(clippy::from_over_into)]
|
125 |
impl Into<Media<Episode>> for OldEpisode {
|
259 |
#[allow(clippy::from_over_into)]
|
260 |
impl Into<Media<Season>> for OldSeason {
|
367 |
#[allow(clippy::from_over_into)]
|
368 |
impl Into<Media<Movie>> for OldMovie {
|
138 |
#[allow(clippy::from_over_into)]
|
139 |
impl Into<Media<Episode>> for OldEpisode {
|
283 |
#[allow(clippy::from_over_into)]
|
284 |
impl Into<Media<Season>> for OldSeason {
|
393 |
#[allow(clippy::from_over_into)]
|
394 |
impl Into<Media<Movie>> for OldMovie {
|
517 |
#[allow(clippy::from_over_into)]
|
518 |
impl Into<EphemeralPublicKey> for &PublicKey {
|
85 |
#[allow(clippy::from_over_into)]
|
86 |
impl Into<csv::Position> for Position {
|
64 |
// NOTE(bartlomieju): we don't want a reverse mapping to be possible.
|
65 |
#[allow(clippy::from_over_into)]
|
66 |
impl Into<NpmPackageLockfileInfo> for NpmResolutionPackage {
|
129 |
#[allow(clippy::from_over_into)]
|
130 |
impl Into<Error> for napi_status {
|
64 |
// NOTE(bartlomieju): we don't want a reverse mapping to be possible.
|
65 |
#[allow(clippy::from_over_into)]
|
66 |
impl Into<NpmPackageLockfileInfo> for NpmResolutionPackage {
|
598 |
#[allow(clippy::from_over_into)]
|
599 |
impl Into<u8> for SubpacketType {
|
43 |
#[allow(clippy::from_over_into)]
|
44 |
impl Into<Result<(), UnusedParamsError>> for UnusedTensors {
|
16 |
#[allow(clippy::from_over_into)]
|
17 |
impl<const N: usize, const M: usize, T> Into<[T; N * M]> for Heaped<N, M, T>
|
59 |
#[allow(clippy::from_over_into)] // Only supports one-way casting
|
60 |
impl Into<Composition> for ContainerConfig {
|
448 |
#[allow(clippy::from_over_into)]
|
449 |
impl<'a> Into<Node<'a>> for CallOrOptCallExpr<'a> {
|
122 |
// people from creating one of these easily.
|
123 |
#[allow(clippy::from_over_into)]
|
124 |
impl Into<SourcePos> for StartSourcePos {
|
239 |
// people from creating one of these easily.
|
240 |
#[allow(clippy::from_over_into)]
|
241 |
impl Into<Span> for SourceRange {
|
248 |
#[allow(clippy::from_over_into)]
|
249 |
impl Into<Html> for FrameChild {
|
909 |
/// Convert from `Either` to `Result` with `Right => Ok` and `Left => Err`.
|
910 |
#[allow(clippy::from_over_into)] // From requires RFC 2451, Rust 1.41
|
911 |
impl<L, R> Into<Result<R, L>> for Either<L, R> {
|
18 |
#[allow(clippy::from_over_into)]
|
19 |
impl<'a> Into<*mut _jobject> for Iterator<'a> {
|
28 |
#[allow(clippy::from_over_into)]
|
29 |
impl<'a> Into<*mut _jobject> for List<'a> {
|
23 |
#[allow(clippy::from_over_into)]
|
24 |
impl<'a> Into<*mut _jobject> for Map<'a> {
|
21 |
#[allow(clippy::from_over_into)]
|
22 |
impl<'a> Into<*mut _jobject> for MapEntry<'a> {
|
20 |
#[allow(clippy::from_over_into)]
|
21 |
impl<'a> Into<*mut _jobject> for Set<'a> {
|
17 |
#[allow(clippy::from_over_into)]
|
18 |
impl<'a> Into<JValue<'a>> for JavaString<'a> {
|
24 |
#[allow(clippy::from_over_into)]
|
25 |
impl<'a> Into<*mut _jobject> for JavaString<'a> {
|
24 |
#[allow(clippy::from_over_into)]
|
25 |
impl<'a> Into<*mut _jobject> for Class<'a> {
|
20 |
#[allow(clippy::from_over_into)]
|
21 |
impl<'a> Into<JValue<'a>> for Object<'a> {
|
25 |
}
|
26 |
#[allow(clippy::from_over_into)]
|
27 |
impl<'a> Into<JValue<'a>> for &Object<'a> {
|
78 |
#[allow(clippy::from_over_into)]
|
79 |
impl<'a> Into<TokenStream> for UnknownCustomTransform<'a> {
|
503 |
#[allow(clippy::unwrap_used)]
|
504 |
#[allow(clippy::from_over_into)]
|
505 |
#[impl_for_tuples(2, 4)]
|
274 |
#[allow(clippy::from_over_into)]
|
275 |
#[allow(clippy::unwrap_used)]
|
158 |
#[allow(clippy::from_over_into)]
|
159 |
impl Into<Blake2sDomain> for Blake2sHash {
|
37 |
#[allow(clippy::len_without_is_empty)]
|
38 |
#[allow(clippy::from_over_into)] // TODO(caspern): Go from From to Into.
|
39 |
impl<'a, T: 'a, const N: usize> Array<'a, T, N> {
|
1409 |
#[cfg(feature = "std")]
|
1410 |
#[allow(clippy::from_over_into)]
|
1411 |
impl<H, Tail> Into<Vec<H>> for HCons<H, Tail>
|
1426 |
#[cfg(feature = "std")]
|
1427 |
#[allow(clippy::from_over_into)]
|
1428 |
impl<T> Into<Vec<T>> for HNil {
|
12 |
#[allow(clippy::from_over_into)]
|
13 |
impl Into<Ordering> for RandomOrdering {
|
323 |
#[allow(clippy::from_over_into)]
|
324 |
impl<T: ResourceData, E: ResourceLoadError> Into<Arc<Mutex<ResourceState<T, E>>>>
|
25 |
#[allow(clippy::from_over_into)]
|
26 |
impl Into<u32> for CoordDimensions {
|
56 |
#[allow(clippy::from_over_into)]
|
57 |
impl Into<c_int> for Dimensions {
|
85 |
#[allow(clippy::from_over_into)]
|
86 |
impl Into<c_int> for OutputDimension {
|
112 |
#[allow(clippy::from_over_into)]
|
113 |
impl Into<c_int> for ByteOrder {
|
155 |
#[allow(clippy::from_over_into)]
|
156 |
impl Into<c_int> for GeometryTypes {
|
22 |
/// Implementation to convert to human-friendly format
|
23 |
#[allow(clippy::from_over_into)]
|
24 |
impl Into<Correlations> for ResultCorrelation {
|
465 |
#[allow(clippy::from_over_into)]
|
466 |
impl Into<String> for Color {
|
88 |
#[allow(clippy::from_over_into)]
|
89 |
impl Into<libgphoto2_sys::CameraFileType> for FileType {
|
280 |
#[allow(clippy::from_over_into)]
|
281 |
impl Into<Vec<u8>> for CompressedGraph {
|
771 |
#[allow(clippy::from_over_into)]
|
772 |
impl Into<Vec<u8>> for StandardGraph {
|
14 |
#[allow(clippy::from_over_into)]
|
15 |
impl Into<sys::gsl_mode_t> for Mode {
|
118 |
#[doc(hidden)]
|
119 |
#[allow(clippy::from_over_into)]
|
120 |
impl Into<c_int> for Value {
|
219 |
#[doc(hidden)]
|
220 |
#[allow(clippy::from_over_into)]
|
221 |
impl Into<sys::gsl_eigen_sort_t> for EigenSort {
|
258 |
#[doc(hidden)]
|
259 |
#[allow(clippy::from_over_into)]
|
260 |
impl Into<sys::gsl_fft_direction> for FftDirection {
|
298 |
#[doc(hidden)]
|
299 |
#[allow(clippy::from_over_into)]
|
300 |
impl Into<::std::os::raw::c_int> for GaussKronrodRule {
|
147 |
#[allow(clippy::from_over_into)]
|
148 |
impl Into<RawCommand> for HantekCommandBuilder {
|
66 |
#[allow(clippy::from_over_into)]
|
67 |
impl Into<flags::INT_EN> for Event {
|
80 |
#[allow(clippy::from_over_into)]
|
81 |
impl Into<flags::INT_CFG> for Event {
|
94 |
#[allow(clippy::from_over_into)]
|
95 |
impl Into<flags::INT_SRC> for Event {
|
59 |
// with the `From` trait above.
|
60 |
#[allow(clippy::from_over_into)]
|
61 |
impl Into<usize> for Bytes {
|
73 |
#[allow(clippy::from_over_into)]
|
74 |
impl<T, U> Into<(T, U)> for ColonPair<T, U> {
|
393 |
/// New since 1.4.0.
|
394 |
#[allow(clippy::from_over_into)]
|
395 |
impl std::convert::Into<Vec<u8>> for VecWriter {
|
70 |
#[allow(clippy::from_over_into)]
|
71 |
impl Into<NonZeroUsize> for NodeId {
|
77 |
#[allow(clippy::from_over_into)]
|
78 |
impl Into<usize> for NodeId {
|
95 |
#[allow(clippy::from_over_into)]
|
96 |
impl Into<String> for Order {
|
29 |
// explicitly define it here
|
30 |
#[allow(clippy::from_over_into)]
|
31 |
impl<H, I> Into<Key> for KeyingScheme<H, I>
|
109 |
#[allow(clippy::from_over_into)]
|
110 |
impl<H, N, I> Into<Key> for ChangeHeaderKey<H, N, I>
|
61 |
#[allow(clippy::from_over_into)]
|
62 |
impl Into<String> for MarketId {
|
106 |
#[allow(clippy::from_over_into)]
|
107 |
impl Into<String> for SubaccountId {
|
205 |
#[allow(clippy::from_over_into)]
|
206 |
impl Into<Option<Payload>> for OptionalPayload {
|
189 |
#[allow(clippy::from_over_into)]
|
190 |
impl Into<i32> for DataType {
|
257 |
#[allow(clippy::from_over_into)]
|
258 |
impl Into<i32> for Encoding {
|
341 |
#[allow(clippy::from_over_into)]
|
342 |
impl Into<i32> for Compressor {
|
217 |
// From impl may fail, not the converse
|
218 |
#[allow(clippy::from_over_into)]
|
219 |
impl Into<u64> for Tag {
|
71 |
// From impl may fail, not the converse
|
72 |
#[allow(clippy::from_over_into)]
|
73 |
impl Into<u8> for Tag {
|
32 |
#[allow(clippy::from_over_into)]
|
33 |
impl Into<Element> for Image {
|
38 |
#[allow(clippy::from_over_into)]
|
39 |
impl Into<Element> for Paragraph {
|
40 |
#[allow(clippy::from_over_into)]
|
41 |
impl Into<Element> for Table {
|
400 |
}
|
401 |
#[allow(clippy::from_over_into)]
|
402 |
impl Into<&str> for Escaped {
|
54 |
// so this can't be fulfilled
|
55 |
#[allow(clippy::from_over_into)]
|
56 |
impl Into<ScimComplexAttr> for ScimTotp {
|
98 |
// so this can't be fulfilled
|
99 |
#[allow(clippy::from_over_into)]
|
100 |
impl Into<ScimEntry> for ScimSyncPerson {
|
154 |
// so this can't be fulfilled
|
155 |
#[allow(clippy::from_over_into)]
|
156 |
impl Into<ScimComplexAttr> for ScimExternalMember {
|
182 |
// so this can't be fulfilled
|
183 |
#[allow(clippy::from_over_into)]
|
184 |
impl Into<ScimEntry> for ScimSyncGroup {
|
49 |
// other direction is try_from
|
50 |
#[allow(clippy::from_over_into)]
|
51 |
impl Into<u8> for AddressType {
|
57 |
// other direction is try_from
|
58 |
#[allow(clippy::from_over_into)]
|
59 |
impl Into<u8> for PathType {
|
65 |
// other direction is try_from
|
66 |
#[allow(clippy::from_over_into)]
|
67 |
impl Into<u8> for Transport {
|
189 |
// an `Ident`, so we only implement `Into<usize>` here.
|
190 |
#[allow(clippy::from_over_into)]
|
191 |
impl Into<usize> for Ident {
|
127 |
// the project doesnt compile with From
|
128 |
#[allow(clippy::from_over_into)]
|
129 |
impl Into<DbUrl> for Url {
|
133 |
}
|
134 |
#[allow(clippy::from_over_into)]
|
135 |
impl Into<Url> for DbUrl {
|
437 |
#[allow(clippy::from_over_into)]
|
438 |
impl Into<http::Request> for Request {
|
330 |
#[allow(clippy::from_over_into)]
|
331 |
impl Into<http::Response> for Response {
|
50 |
#[allow(clippy::from_over_into)]
|
51 |
impl Into<u32> for CryptTokenInfo {
|
105 |
// Needed in this case.
|
106 |
#[allow(clippy::from_over_into)]
|
107 |
impl Into<*mut std::ffi::c_void> for PatchFileHandle {
|
127 |
// Might be needed
|
128 |
#[allow(clippy::from_over_into)]
|
129 |
impl Into<*mut std::ffi::c_void> for ReceiverHandle {
|
40 |
/// does not provide of specifying `try_into` currently.
|
41 |
#[allow(clippy::from_over_into)]
|
42 |
impl Into<String> for StringifiedAction {
|
246 |
#[allow(clippy::from_over_into)]
|
247 |
// Todo is this a subset of "impl<T> From<[T; 4]> for Line2<T>"?
|
222 |
#[allow(clippy::from_over_into)]
|
223 |
impl<T: cgmath::BaseFloat + Sync> Into<[T; 6]> for Line3<T> {
|
447 |
}
|
448 |
#[allow(clippy::from_over_into)]
|
449 |
impl<'a> Into<&'a str> for Raw<'a> {
|
74 |
#[allow(clippy::from_over_into)]
|
75 |
impl Into<wasmtime::Val> for Val {
|
122 |
#[allow(clippy::from_over_into)]
|
123 |
impl Into<StoreError> for SledStoreError {
|
63 |
#[allow(clippy::from_over_into)]
|
64 |
impl<'a> Into<serde::de::Unexpected<'a>> for MessyJsonValueRaw<'a> {
|
130 |
// thus we can only implement "Into" but not "From"
|
131 |
#[allow(clippy::from_over_into)]
|
132 |
impl Into<fsipc::logger1::SensorMode> for SensorMode {
|
207 |
#[allow(clippy::from_over_into)]
|
208 |
impl Into<u32> for CustomActionResult {
|
135 |
#[allow(clippy::from_over_into)]
|
136 |
impl Into<String> for &KVKey {
|
167 |
#[allow(clippy::from_over_into)]
|
168 |
impl Into<String> for KVKeys {
|
151 |
#[allow(clippy::from_over_into)]
|
152 |
impl Into<String> for QueryType {
|
96 |
// blanket implementation of `From<T> for T`.
|
97 |
#[allow(clippy::from_over_into)]
|
98 |
impl Into<String> for Ident {
|
60 |
// XXX(soija) HostOptions is independent of HostOptionsDe
|
61 |
#[allow(clippy::from_over_into)]
|
62 |
impl Into<HostOptions> for HostOptionsDe {
|
270 |
#[allow(clippy::from_over_into)]
|
271 |
impl Into<[u8; 32]> for Uint256 {
|
36 |
#[allow(clippy::from_over_into)]
|
37 |
impl Into<f64> for EclipseState {
|
107 |
#[allow(clippy::from_over_into)]
|
108 |
impl Into<[Objective; 3]> for Node {
|
134 |
#[allow(clippy::from_over_into)]
|
135 |
impl Into<[Objective; 4]> for Node {
|
146 |
#[allow(clippy::from_over_into)]
|
147 |
impl Into<NodeSerde> for Node {
|
160 |
#[allow(clippy::from_over_into)]
|
161 |
impl Into<NodeSerde> for &Node {
|
376 |
#[allow(clippy::from_over_into)]
|
377 |
impl Into<ostree_container::store::ImageProxyConfig> for ContainerProxyOpts {
|
226 |
#[allow(clippy::from_over_into)]
|
227 |
impl Into<TarExpected> for (&'static str, tar::EntryType, u32) {
|
55 |
#[allow(clippy::from_over_into)]
|
56 |
impl Into<Value> for DataType {
|
69 |
#[allow(clippy::from_over_into)]
|
70 |
impl Into<Value> for &DataType {
|
383 |
#[allow(clippy::from_over_into)]
|
384 |
impl Into<String> for Error {
|
598 |
#[allow(clippy::from_over_into)]
|
599 |
impl Into<u8> for SubpacketType {
|
42 |
#[allow(clippy::from_over_into)]
|
43 |
impl<C: Color> Into<Vec<Box<dyn Color>>> for ColorArray<C> {
|
1375 |
#[allow(clippy::from_over_into)]
|
1376 |
impl Into<Cow<'static, Template>> for Template {
|
1382 |
#[allow(clippy::from_over_into)]
|
1383 |
impl Into<Cow<'static, Template>> for &'static Template {
|
194 |
// Only one way conversion is allowed, for convenience.
|
195 |
#[allow(clippy::from_over_into)]
|
196 |
impl Into<PackageVersion> for &PackageInLockFile {
|
218 |
// Only one way conversion is allowed.
|
219 |
#[allow(clippy::from_over_into)]
|
220 |
impl Into<PackageVersion> for OntologyMetadata {
|
13 |
#[allow(clippy::from_over_into)]
|
14 |
impl<'a> std::convert::Into<xql::item::Row<'a>> for &'a Book {
|
26 |
#[allow(clippy::from_over_into)]
|
27 |
impl<'a> std::convert::Into<xql::clause::Set<'a>> for &'a Book {
|
63 |
#[allow(clippy::from_over_into)] // it isn't deriving from From
|
64 |
impl Into<[usize; 2]> for Position {
|
377 |
// in a cyclic crate dependency.
|
378 |
#[allow(clippy::from_over_into)]
|
379 |
impl Into<JSValue> for Value {
|
53 |
#[allow(clippy::from_over_into)]
|
54 |
impl Into<u32> for ProgressState {
|
21 |
#[allow(clippy::from_over_into)]
|
22 |
impl Into<VALUE> for ruby_special_consts {
|
115 |
#[allow(clippy::from_over_into)]
|
116 |
impl Into<u8> for DynamicCollectionType {
|
86 |
#[allow(clippy::from_over_into)]
|
87 |
impl Into<u8> for ChecksumType {
|
79 |
#[allow(clippy::from_over_into)]
|
80 |
impl Into<u8> for TableType {
|
54 |
#[allow(clippy::from_over_into)]
|
55 |
impl Into<Url> for ScpPath {
|
289 |
#[allow(clippy::from_over_into)]
|
290 |
impl Into<[u8; PACKED]> for ReconGF2 {
|
297 |
#[allow(clippy::from_over_into)]
|
298 |
impl Into<bool> for ReconGF2 {
|
234 |
#[allow(clippy::from_over_into)]
|
235 |
impl<T: ResourceData, E: ResourceLoadError> Into<Arc<Mutex<ResourceState<T, E>>>>
|
189 |
#[allow(clippy::ref_option_ref)]
|
190 |
#[allow(clippy::from_over_into)]
|
191 |
fn userinfo() {
|
226 |
// `named_tuple!` macro expansion.
|
227 |
#[allow(clippy::from_over_into)]
|
228 |
fn userinfo_barely_legal() {
|
266 |
// `named_tuple!` macro expansion.
|
267 |
#[allow(clippy::from_over_into)]
|
268 |
fn host_barely_legal() {
|
60 |
// `named_tuple!` macro expansion.
|
61 |
#[allow(clippy::from_over_into)]
|
62 |
fn good_sequences() {
|
877 |
// `named_tuple!` macro expansion.
|
878 |
#[allow(clippy::from_over_into)]
|
879 |
fn path_corner_cases() {
|
908 |
// `named_tuple!` macro expansion.
|
909 |
#[allow(clippy::from_over_into)]
|
910 |
fn relative_vs_non_relative_references() {
|
936 |
// `named_tuple!` macro expansion.
|
937 |
#[allow(clippy::from_over_into)]
|
938 |
fn relative_vs_non_relative_paths() {
|
971 |
#[allow(clippy::ref_option_ref)]
|
972 |
#[allow(clippy::from_over_into)]
|
973 |
fn query_and_fragment_elements() {
|
1055 |
// `named_tuple!` macro expansion.
|
1056 |
#[allow(clippy::from_over_into)]
|
1057 |
fn scheme_barely_legal() {
|
131 |
// `named_tuple!` macro expansion.
|
132 |
#[allow(clippy::from_over_into)]
|
133 |
fn bad() {
|
28 |
#[allow(clippy::from_over_into)]
|
29 |
impl Into<nom::Err<Self>> for TokenizerError {
|
35 |
#[allow(clippy::from_over_into)]
|
36 |
impl<'a, T> Into<crate::IResult<'a, T>> for TokenizerError {
|
154 |
#[allow(clippy::from_over_into)]
|
155 |
impl Into<u16> for MsgType {
|
20 |
#[allow(clippy::from_over_into)]
|
21 |
impl Into<String> for TokenMeidaAllow {
|
44 |
#[allow(clippy::from_over_into)]
|
45 |
impl Into<String> for TokenMediaType {
|
68 |
#[allow(clippy::from_over_into)]
|
69 |
impl Into<String> for TokenMediaLogic {
|
183 |
#[allow(clippy::from_over_into)]
|
184 |
impl Into<String> for TokenMediaFeature {
|
14 |
#[allow(clippy::from_over_into)]
|
15 |
impl Into<String> for TokenStyleRuleKeyAllow {
|
23 |
#[allow(clippy::from_over_into)]
|
24 |
impl Into<String> for TokenValueAllow {
|
14 |
#[allow(clippy::from_over_into)]
|
15 |
impl Into<String> for TokenVarKeyAllow {
|
34 |
#[allow(clippy::from_over_into)]
|
35 |
impl Into<u64> for &SteamID {
|
60 |
#[allow(clippy::from_over_into)]
|
61 |
impl Into<u64> for FileSize {
|
18 |
#[allow(clippy::from_over_into)]
|
19 |
impl Into<http::Method> for RequestMethod {
|
60 |
#[allow(clippy::from_over_into)]
|
61 |
impl Into<DdsQos> for CddsQos {
|
374 |
#[allow(clippy::from_over_into)]
|
375 |
impl Into<Vec<u8>> for Message {
|
535 |
#[allow(clippy::from_over_into)]
|
536 |
impl<T: FromBytes> Into<RawBody> for Body<T> {
|
250 |
#[allow(clippy::from_over_into)]
|
251 |
impl Into<AstType> for Type {
|
40 |
#[allow(clippy::from_over_into)]
|
41 |
impl Into<nom::Err<Self>> for TokenizerError {
|
129 |
#[allow(clippy::from_over_into)]
|
130 |
impl Into<SimpleExpr> for CaseStatement {
|
44 |
#[allow(clippy::from_over_into)]
|
45 |
impl<'a> Into<ArchitectureModel> for &'a Architecture {
|
215 |
#[allow(clippy::from_over_into)]
|
216 |
impl<'a> Into<ProviderModel> for &'a Provider {
|
356 |
#[allow(clippy::from_over_into)]
|
357 |
impl<'a> Into<RegionModel> for &'a Region {
|
86 |
#[allow(clippy::from_over_into)]
|
87 |
impl<'a> Into<ProviderModel> for &'a Provider {
|
227 |
#[allow(clippy::from_over_into)]
|
228 |
impl<'a> Into<RegionModel> for &'a Region {
|
71 |
#[allow(clippy::from_over_into)]
|
72 |
impl Into<Error> for ErrorImpl {
|
84 |
#[allow(clippy::from_over_into)]
|
85 |
impl Into<Vec<u8>> for ByteString {
|
113 |
#[allow(clippy::from_over_into)]
|
114 |
impl<F: Field> Into<DensePolynomial<F>> for Polynomial<'_, F> {
|
202 |
#[allow(clippy::from_over_into)]
|
203 |
impl<F: FieldTrait, const PREFIX: u16> Into<Vec<F>> for AleoID<F, PREFIX> {
|
176 |
#[allow(clippy::from_over_into)]
|
177 |
impl<F: PrimeField + ToConstraintField<F>, const PREFIX: u16> Into<Vec<F>> for AleoLocator<F, PREFIX> {
|
164 |
#[allow(clippy::from_over_into)]
|
165 |
impl<TargetCurve, BaseCurve, PG> Into<VerifierKeyVar<TargetCurve, BaseCurve, PG>>
|
86 |
#[allow(clippy::from_over_into)]
|
87 |
impl<TargetCurve, BaseCurve, PG> Into<VerifierKeyVar<TargetCurve, BaseCurve, PG>>
|
447 |
#[allow(clippy::from_over_into)]
|
448 |
impl Into<Vec<u8>> for SDOption {
|
561 |
#[allow(clippy::from_over_into)]
|
562 |
impl Into<u8> for ServiceEntryType {
|
437 |
#[allow(clippy::from_over_into)]
|
438 |
impl std::convert::Into<sozu_command_lib::proxy::Route> for Route {
|
65 |
#[allow(clippy::from_over_into)]
|
66 |
impl Into<u16> for DefaultAnswerStatus {
|
15 |
#[allow(clippy::from_over_into)]
|
16 |
impl Into<u32> for AssemblerOptions {
|
63 |
#[allow(clippy::from_over_into)]
|
64 |
impl Into<u32> for DisassembleOptions {
|
12 |
}
|
13 |
#[allow(clippy::from_over_into)]
|
14 |
impl Into<Vector3<f32>> for Vec3T {
|
29 |
}
|
30 |
#[allow(clippy::from_over_into)]
|
31 |
impl Into<Quaternion<f32>> for QuatT {
|
59 |
#[allow(clippy::from_over_into)]
|
60 |
impl Into<ErrorResponder> for DbErr {
|
68 |
#[allow(clippy::from_over_into)]
|
69 |
impl Into<ErrorResponder> for &str {
|
697 |
#[allow(clippy::from_over_into)]
|
698 |
#[cfg(feature = "std")]
|
437 |
#[allow(clippy::from_over_into)]
|
438 |
impl Into<http::Request> for Request {
|
325 |
#[allow(clippy::from_over_into)]
|
326 |
impl Into<http::Response> for Response {
|
42 |
#[allow(clippy::from_over_into)]
|
43 |
impl Into<usize> for DeclId {
|
337 |
#[allow(clippy::from_over_into)]
|
338 |
impl Into<Expr> for FunctionWrapper<Expr> {
|
24 |
#[allow(clippy::from_over_into)]
|
25 |
impl TryInto<MessageArgs> for ThriftMessage {
|
193 |
#[allow(clippy::from_over_into)]
|
194 |
impl Into<String> for VerseRef {
|
190 |
// For this reason we silent the warning from clippy.
|
191 |
#[allow(clippy::from_over_into)]
|
192 |
impl std::convert::Into<u8> for ThreadPriorityValue {
|
154 |
#[allow(clippy::from_over_into)]
|
155 |
impl<T> Into<IDDef> for ID<T> {
|
233 |
#[test]
|
234 |
#[allow(clippy::from_over_into)]
|
235 |
fn host_barely_legal() {
|
893 |
#[test]
|
894 |
#[allow(clippy::from_over_into)]
|
895 |
fn path_corner_cases() {
|
933 |
#[test]
|
934 |
#[allow(clippy::from_over_into)]
|
935 |
fn relative_vs_non_relative_references() {
|
1103 |
#[test]
|
1104 |
#[allow(clippy::from_over_into)]
|
1105 |
fn scheme_barely_legal() {
|
1209 |
#[test]
|
1210 |
#[allow(clippy::from_over_into)]
|
1211 |
fn path_barely_legal() {
|
1276 |
#[test]
|
1277 |
#[allow(clippy::from_over_into)]
|
1278 |
fn query_barely_legal() {
|
189 |
#[allow(clippy::ref_option_ref)]
|
190 |
#[allow(clippy::from_over_into)]
|
191 |
fn userinfo() {
|
226 |
// `named_tuple!` macro expansion.
|
227 |
#[allow(clippy::from_over_into)]
|
228 |
fn userinfo_barely_legal() {
|
266 |
// `named_tuple!` macro expansion.
|
267 |
#[allow(clippy::from_over_into)]
|
268 |
fn host_barely_legal() {
|
60 |
// `named_tuple!` macro expansion.
|
61 |
#[allow(clippy::from_over_into)]
|
62 |
fn good_sequences() {
|
886 |
// `named_tuple!` macro expansion.
|
887 |
#[allow(clippy::from_over_into)]
|
888 |
fn path_corner_cases() {
|
917 |
// `named_tuple!` macro expansion.
|
918 |
#[allow(clippy::from_over_into)]
|
919 |
fn relative_vs_non_relative_references() {
|
945 |
// `named_tuple!` macro expansion.
|
946 |
#[allow(clippy::from_over_into)]
|
947 |
fn relative_vs_non_relative_paths() {
|
980 |
#[allow(clippy::ref_option_ref)]
|
981 |
#[allow(clippy::from_over_into)]
|
982 |
fn query_and_fragment_elements() {
|
1064 |
// `named_tuple!` macro expansion.
|
1065 |
#[allow(clippy::from_over_into)]
|
1066 |
fn scheme_barely_legal() {
|
131 |
// `named_tuple!` macro expansion.
|
132 |
#[allow(clippy::from_over_into)]
|
133 |
fn bad() {
|
61 |
#[allow(clippy::from_over_into)]
|
62 |
impl Into<Bodies> for Switch {
|
99 |
#[allow(clippy::from_over_into)]
|
100 |
impl<'a> Into<&'a str> for Method {
|
213 |
#[allow(clippy::from_over_into)]
|
214 |
impl<T> Into<(T, T)> for Vecc<T> {
|
297 |
#[allow(clippy::from_over_into)]
|
298 |
impl Into<String> for CommentVariant {
|
203 |
#[allow(clippy::from_over_into)]
|
204 |
impl Into<VpkTree> for Tree {
|
497 |
}
|
498 |
#[allow(clippy::from_over_into)]
|
499 |
impl Into<SerialisableAttestationData> for ParsedAttestationData {
|
721 |
}
|
722 |
#[allow(clippy::from_over_into)]
|
723 |
impl Into<SerialisableAttestationCa> for AttestationCa {
|
97 |
// Unable to create from, because it's an out of crate struct
|
98 |
#[allow(clippy::from_over_into)]
|
99 |
#[cfg(feature = "wasm")]
|
187 |
// Unable to create from, because it's an out of crate struct
|
188 |
#[allow(clippy::from_over_into)]
|
189 |
#[cfg(feature = "wasm")]
|
140 |
#[allow(clippy::from_over_into)]
|
141 |
impl Into<MockBuilder> for ThenBuilder {
|
13 |
#[allow(clippy::from_over_into)]
|
14 |
impl<'a> std::convert::Into<xql::item::Row<'a>> for &'a Book {
|
26 |
#[allow(clippy::from_over_into)]
|
27 |
impl<'a> std::convert::Into<xql::clause::Set<'a>> for &'a Book {
|
10 |
#[allow(clippy::from_over_into)]
|
11 |
impl Into<Text> for Nothing {
|
23 |
#[allow(clippy::from_over_into)]
|
24 |
impl Into<Binary> for Nothing {
|
165 |
#[allow(clippy::from_over_into)]
|
166 |
impl Into<zenoh::config::whatami::WhatAmI> for ZenohConfigKind {
|
5 |
//! that the peripherals have been correctly configured.
|
6 |
#![allow(clippy::from_over_into)]
|
5 |
//! that the peripherals have been correctly configured.
|
6 |
#![allow(clippy::from_over_into)]
|
1 |
#![allow(clippy::from_over_into)]
|
1 |
#![allow(clippy::from_over_into)]
|
2 |
#![allow(clippy::result_unit_err)]
|
11 |
//! [those bytes]: ../packed/index.html
|
12 |
#![allow(clippy::from_over_into)]
|
7 |
clippy::let_and_return,
|
8 |
clippy::from_over_into,
|
9 |
clippy::upper_case_acronyms,
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into,
|
5 |
clippy::upper_case_acronyms
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
2 |
#![deny(clippy::all, missing_docs, unsafe_code)]
|
3 |
#![allow(clippy::upper_case_acronyms, clippy::from_over_into, clippy::match_like_matches_macro)]
|
157 |
#![allow(clippy::many_single_char_names)]
|
158 |
#![allow(clippy::from_over_into)]
|
159 |
#![cfg_attr(not(feature = "std"), no_std)]
|
380 |
clippy::ptr_offset_with_cast,
|
381 |
clippy::from_over_into,
|
382 |
dead_code
|
5 |
*/
|
6 |
#![allow(clippy::from_over_into)]
|
7 |
use crate::hash::{hasher, hashes::H256};
|
2 |
#![allow(clippy::upper_case_acronyms)]
|
3 |
#![allow(clippy::from_over_into)]
|
4 |
#![allow(unused_imports)]
|
9 |
#![allow(clippy::upper_case_acronyms)]
|
10 |
#![allow(clippy::from_over_into)]
|
11 |
#![allow(clippy::ptr_arg)]
|
3 |
#![allow(clippy::from_over_into)]
|
22 |
#![allow(clippy::ptr_arg)]
|
23 |
#![allow(clippy::from_over_into)]
|
24 |
#![allow(clippy::new_without_default)]
|
8 |
#![allow(clippy::upper_case_acronyms)]
|
9 |
#![allow(clippy::from_over_into)]
|
10 |
#![allow(clippy::approx_constant)]
|
5 |
#![allow(clippy::upper_case_acronyms)]
|
6 |
#![allow(clippy::from_over_into)]
|
8 |
#![allow(clippy::upper_case_acronyms)]
|
9 |
#![allow(clippy::from_over_into)]
|
10 |
#![allow(clippy::new_without_default)]
|
24 |
#![warn(clippy::all)]
|
25 |
#![allow(dead_code, clippy::from_over_into)]
|
1 |
#![allow(clippy::from_over_into)]
|
2 |
#![allow(clippy::manual_unwrap_or)]
|
1 |
#![allow(clippy::from_over_into)]
|
2 |
#![allow(clippy::manual_unwrap_or)]
|
5 |
clippy::float_cmp,
|
6 |
clippy::from_over_into,
|
7 |
clippy::many_single_char_names,
|
1 |
#![allow(clippy::from_over_into)]
|
1 |
#![allow(clippy::from_over_into, clippy::disallowed_names)]
|
1 |
#![allow(dead_code, clippy::from_over_into)]
|
21 |
mod tests {
|
22 |
#![allow(clippy::from_over_into)]
|
4 |
#![allow(clippy::from_over_into)]
|
2 |
#![allow(unused)] // FIXME:
|
3 |
#![allow(clippy::from_over_into)]
|
12 |
#![allow(unused)]
|
13 |
#![allow(clippy::from_over_into)]
|
14 |
#![allow(clippy::match_single_binding)]
|
10 |
#![allow(unused)]
|
11 |
#![allow(clippy::from_over_into)]
|
12 |
#![allow(clippy::match_single_binding)]
|
10 |
#![allow(unused)]
|
11 |
#![allow(clippy::from_over_into)]
|
12 |
#![allow(clippy::match_single_binding)]
|
11 |
#![allow(unused)]
|
12 |
#![allow(clippy::from_over_into)]
|
13 |
#![allow(clippy::match_single_binding)]
|
15 |
#![allow(unused)]
|
16 |
#![allow(clippy::from_over_into)]
|
17 |
#![allow(clippy::match_single_binding)]
|
13 |
#![allow(unused)]
|
14 |
#![allow(clippy::from_over_into)]
|
15 |
#![allow(clippy::match_single_binding)]
|
11 |
#![allow(unused)]
|
12 |
#![allow(clippy::from_over_into)]
|
13 |
#![allow(clippy::match_single_binding)]
|
10 |
#![allow(unused)]
|
11 |
#![allow(clippy::from_over_into)]
|
12 |
#![allow(clippy::match_single_binding)]
|
10 |
#![allow(unused)]
|
11 |
#![allow(clippy::from_over_into)]
|
12 |
#![allow(clippy::match_single_binding)]
|
25 |
#![allow(clippy::from_over_into)]
|
26 |
#![allow(clippy::result_unit_err)]
|
17 |
#![allow(clippy::from_over_into)]
|
128 |
clippy::new_without_default,
|
129 |
clippy::from_over_into,
|
130 |
clippy::upper_case_acronyms,
|
161 |
clippy::upper_case_acronyms,
|
162 |
clippy::from_over_into,
|
163 |
clippy::option_map_unit_fn,
|
1 |
#![allow(clippy::from_over_into)]
|
23 |
#![allow(clippy::from_over_into)]
|
23 |
#![allow(clippy::from_over_into)]
|
23 |
#![allow(clippy::from_over_into)]
|
23 |
#![allow(clippy::from_over_into)]
|
23 |
#![allow(clippy::from_over_into)]
|
23 |
#![allow(clippy::from_over_into)]
|
23 |
#![allow(clippy::from_over_into)]
|
23 |
#![allow(clippy::from_over_into)]
|
24 |
#![allow(deprecated)]
|
25 |
#![allow(clippy::from_over_into)]
|
23 |
#![allow(clippy::from_over_into)]
|
23 |
#![allow(clippy::unusual_byte_groupings)]
|
24 |
#![allow(clippy::from_over_into)]
|
25 |
#![allow(unused_imports)] // surpress warning about un-used HashMap (this is used in the test transform_test()).
|
23 |
#![allow(clippy::from_over_into)]
|
240 |
clippy::wrong_self_convention,
|
241 |
clippy::from_over_into,
|
242 |
)]
|
2 |
#![allow(unused_doc_comments)] // /* TODO temporary because of err.rs */
|
3 |
#![allow(clippy::len_zero, clippy::should_implement_trait, clippy::manual_map, clippy::from_over_into)]
|
8 |
#![allow(clippy::upper_case_acronyms)]
|
9 |
#![allow(clippy::from_over_into)]
|
10 |
#![allow(clippy::approx_constant)]
|
5 |
#![allow(clippy::upper_case_acronyms)]
|
6 |
#![allow(clippy::from_over_into)]
|
8 |
#![allow(clippy::upper_case_acronyms)]
|
9 |
#![allow(clippy::from_over_into)]
|
10 |
#![allow(clippy::new_without_default)]
|
9 |
// specific language governing permissions and limitations under the License.
|
10 |
#![allow(clippy::from_over_into)] // TODO: `Into` implementations in [safe/lmdb]/flags.rs
|
71 |
clippy::missing_panics_doc,
|
72 |
clippy::from_over_into,
|
73 |
)]
|
71 |
clippy::missing_panics_doc,
|
72 |
clippy::from_over_into,
|
73 |
)]
|
4 |
// which means we can't implement, for example, From<ansi_term::Color>
|
5 |
#![allow(clippy::from_over_into)]
|
5 |
*/
|
6 |
#![allow(clippy::from_over_into)]
|
7 |
use crate::hash::{hasher, hashes::H256};
|
4 |
#![allow(clippy::from_over_into)]
|
5 |
#![allow(clippy::upper_case_acronyms)]
|
139 |
clippy::upper_case_acronyms,
|
140 |
clippy::from_over_into,
|
141 |
clippy::option_map_unit_fn,
|
7 |
clippy::let_and_return,
|
8 |
clippy::from_over_into,
|
9 |
clippy::upper_case_acronyms,
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into,
|
5 |
clippy::if_same_then_else,
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into,
|
5 |
clippy::upper_case_acronyms
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into,
|
5 |
clippy::upper_case_acronyms
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
8 |
clippy::let_and_return,
|
9 |
clippy::from_over_into
|
10 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into,
|
5 |
clippy::upper_case_acronyms
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
3 |
clippy::let_and_return,
|
4 |
clippy::from_over_into
|
5 |
)]
|
1 |
#![allow(clippy::too_many_arguments)]
|
2 |
#![allow(clippy::from_over_into)]
|
3 |
#![allow(clippy::unnecessary_wraps)]
|
39 |
#![allow(clippy::from_over_into)]
|
46 |
// TODO(tarcieri): address these clippy nits
|
47 |
#![allow(clippy::from_over_into, clippy::unnecessary_wraps)]
|