• aarch64 0.0.7/src/paging.rs
    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 {
  • agui_core 0.3.0/src/widget.rs
    248
    #[allow(clippy::from_over_into)]
    249
    impl Into<Vec<Self>> for WidgetRef {
  • applevisor 0.1.2/src/lib.rs
    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 {
  • arci-ros 0.0.7/src/msg_utils.rs
    22
    #[allow(clippy::from_over_into)]
    23
    impl Into<BaseVelocity> for Twist {
  • arn-language 1.2.1/src/utils/types.rs
    620
    #[allow(clippy::from_over_into)]
    621
    impl Into<Node> for Dynamic {
  • astro4nit 0.0.1/src/vesting.rs
    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 {
  • astroport 1.2.0/src/vesting.rs
    163
    // convert it finally to cosmwasm's Order
    164
    #[allow(clippy::from_over_into)]
    165
    impl Into<Order> for OrderBy {
  • ballista-core 0.10.0/src/error.rs
    60
    #[allow(clippy::from_over_into)]
    61
    impl<T> Into<Result<T>> for BallistaError {
  • ballista-core 0.10.0/src/serde/scheduler/from_proto.rs
    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 {
  • ballista-core 0.10.0/src/serde/scheduler/to_proto.rs
    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 {
  • base64urlsafedata 0.1.2/src/lib.rs
    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 {
  • bee-block 1.0.1/src/payload/mod.rs
    205
    #[allow(clippy::from_over_into)]
    206
    impl Into<Option<Payload>> for OptionalPayload {
  • bevy_easings 0.9.1/src/lib.rs
    86
    #[allow(clippy::from_over_into)]
    87
    impl Into<EaseMethod> for EaseFunction {
  • bincode 2.0.0-rc.2/src/features/serde/mod.rs
    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 {
  • bincode-purplecoin 2.0.0-rc.2/src/features/serde/mod.rs
    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 {
  • bindle 0.9.0-rc.2/src/invoice/verification.rs
    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> {
  • blockz_derive 0.2.2/src/singleton/singleton_fns.rs
    291
    #[allow(clippy::from_over_into)]
    292
    impl<'e> Into<Error> for SingletonFnError<'e> {
  • blstrs 0.6.1/src/scalar.rs
    197
    #[allow(clippy::from_over_into)]
    198
    impl Into<blst_scalar> for Scalar {
  • bonsaidb-core 0.4.1/src/schema/names.rs
    90
    #[allow(clippy::from_over_into)] // the auto into impl doesn't work with serde(into)
    91
    impl Into<String> for Name {
  • boot-core 0.6.0/src/daemon/state.rs
    226
    #[allow(clippy::from_over_into)]
    227
    impl Into<RegistryChainInfo> for NetworkInfo<'_> {
  • btw-nl 0.2.1/src/types.rs
    48
    #[allow(clippy::from_over_into)]
    49
    impl Into<f64> for Money {
  • butido 0.3.0/src/package/dependency/condition.rs
    159
    #[allow(clippy::from_over_into)]
    160
    impl<T: Sized> Into<Vec<T>> for OneOrMore<T> {
  • calyx 0.1.1/src/analysis/reaching_defns.rs
    50
    #[allow(clippy::from_over_into)]
    51
    impl Into<ir::Id> for GroupOrInvoke {
  • cargo-fetcher 0.13.1/src/util.rs
    80
    #[allow(clippy::from_over_into)]
    81
    impl Into<Url> for Canonicalized {
  • causal-hub 0.1.0/src/graphs/structs/directed_dense_adjacency_matrix.rs
    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 {
  • causal-hub 0.1.0/src/graphs/structs/undirected_dense_adjacency_matrix.rs
    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 {
  • cess-hashers 0.1.0/src/blake2s.rs
    158
    #[allow(clippy::from_over_into)]
    159
    impl Into<Blake2sDomain> for Blake2sHash {
  • chirpstack_api 4.2.0/src/common.rs
    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 {
  • chirpstack_api 4.2.0/src/gw.rs
    8
    #[allow(clippy::from_over_into)]
    9
    impl Into<String> for CodeRate {
    54
    #[allow(clippy::from_over_into)]
    55
    impl Into<String> for TxAckStatus {
  • chirpstack_api 4.2.0/src/integration.rs
    7
    #[allow(clippy::from_over_into)]
    8
    impl Into<String> for LogLevel {
    19
    #[allow(clippy::from_over_into)]
    20
    impl Into<String> for LogCode {
  • cita_cloud_proto 6.6.3/src/lib.rs
    96
    #[allow(clippy::from_over_into)]
    97
    impl Into<StatusCode> for StatusCodeEnum {
  • clarity 0.6.0/src/address.rs
    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 {
  • clevercloud-sdk 0.10.10/src/v4/addon_provider/elasticsearch.rs
    70
    #[allow(clippy::from_over_into)]
    71
    impl Into<String> for Version {
  • clevercloud-sdk 0.10.10/src/v4/addon_provider/mod.rs
    127
    #[allow(clippy::from_over_into)]
    128
    impl Into<String> for AddonProviderId {
  • clevercloud-sdk 0.10.10/src/v4/addon_provider/mongodb.rs
    68
    #[allow(clippy::from_over_into)]
    69
    impl Into<String> for Version {
  • clevercloud-sdk 0.10.10/src/v4/addon_provider/mysql.rs
    70
    #[allow(clippy::from_over_into)]
    71
    impl Into<String> for Version {
  • clevercloud-sdk 0.10.10/src/v4/addon_provider/postgresql.rs
    76
    #[allow(clippy::from_over_into)]
    77
    impl Into<String> for Version {
  • clevercloud-sdk 0.10.10/src/v4/addon_provider/redis.rs
    68
    #[allow(clippy::from_over_into)]
    69
    impl Into<String> for Version {
  • cliblur 0.4.0/src/arguments.rs
    92
    #[allow(clippy::from_over_into)]
    93
    impl Into<image::imageops::FilterType> for FilterType {
  • cobalt-bin 0.18.3/src/pagination/paginator.rs
    112
    #[allow(clippy::from_over_into)]
    113
    impl Into<liquid::Object> for Paginator {
  • crazyradio-webusb 0.2.1/src/lib.rs
    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 {
  • crokey 0.5.1/src/wrapper.rs
    46
    #[allow(clippy::from_over_into)]
    47
    impl Into<KeyEvent> for CroKey {
  • crunchyroll 0.1.0/src/media/old_media.rs
    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 {
  • crunchyroll-rs 0.2.5/src/media/old_media.rs
    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 {
  • cryptimitives 0.17.0/src/key/x25519_ristretto.rs
    517
    #[allow(clippy::from_over_into)]
    518
    impl Into<EphemeralPublicKey> for &PublicKey {
  • csv-diff 0.1.0-beta.1/src/csv_parse_result.rs
    85
    #[allow(clippy::from_over_into)]
    86
    impl Into<csv::Position> for Position {
  • deno 1.30.0/args/lockfile.rs
    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 {
  • deno_napi 0.16.0/lib.rs
    129
    #[allow(clippy::from_over_into)]
    130
    impl Into<Error> for napi_status {
  • denox 0.2.1/args/lockfile.rs
    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 {
  • deterministic-pgp-keys 0.3.0/src/pgp/packet/signature/types.rs
    598
    #[allow(clippy::from_over_into)]
    599
    impl Into<u8> for SubpacketType {
  • dfdx 0.10.0/src/optim/optimizer.rs
    43
    #[allow(clippy::from_over_into)]
    44
    impl Into<Result<(), UnusedParamsError>> for UnusedTensors {
  • dntk-matrix 0.1.2/src/heap.rs
    16
    #[allow(clippy::from_over_into)]
    17
    impl<const N: usize, const M: usize, T> Into<[T; N * M]> for Heaped<N, M, T>
  • dockertest-server 0.1.7/src/server.rs
    59
    #[allow(clippy::from_over_into)] // Only supports one-way casting
    60
    impl Into<Composition> for ContainerConfig {
  • dprint-plugin-typescript 0.81.1/src/generation/generate_types.rs
    448
    #[allow(clippy::from_over_into)]
    449
    impl<'a> Into<Node<'a>> for CallOrOptCallExpr<'a> {
  • dprint-swc-ext 0.6.0/src/common/pos.rs
    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 {
  • edge-frame 0.5.0/src/frame.rs
    248
    #[allow(clippy::from_over_into)]
    249
    impl Into<Html> for FrameChild {
  • either 1.8.1/src/lib.rs
    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> {
  • ejni 0.1.0/src/abstractions/iterator.rs
    18
    #[allow(clippy::from_over_into)]
    19
    impl<'a> Into<*mut _jobject> for Iterator<'a> {
  • ejni 0.1.0/src/abstractions/list.rs
    28
    #[allow(clippy::from_over_into)]
    29
    impl<'a> Into<*mut _jobject> for List<'a> {
  • ejni 0.1.0/src/abstractions/map.rs
    23
    #[allow(clippy::from_over_into)]
    24
    impl<'a> Into<*mut _jobject> for Map<'a> {
  • ejni 0.1.0/src/abstractions/map_entry.rs
    21
    #[allow(clippy::from_over_into)]
    22
    impl<'a> Into<*mut _jobject> for MapEntry<'a> {
  • ejni 0.1.0/src/abstractions/set.rs
    20
    #[allow(clippy::from_over_into)]
    21
    impl<'a> Into<*mut _jobject> for Set<'a> {
  • ejni 0.1.0/src/abstractions/string.rs
    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> {
  • ejni 0.1.0/src/class.rs
    24
    #[allow(clippy::from_over_into)]
    25
    impl<'a> Into<*mut _jobject> for Class<'a> {
  • ejni 0.1.0/src/object.rs
    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> {
  • enum-variants-strings-derive 0.2.1/src/lib.rs
    78
    #[allow(clippy::from_over_into)]
    79
    impl<'a> Into<TokenStream> for UnknownCustomTransform<'a> {
  • ergotree-ir 0.22.0/src/mir/constant.rs
    503
    #[allow(clippy::unwrap_used)]
    504
    #[allow(clippy::from_over_into)]
    505
    #[impl_for_tuples(2, 4)]
  • ergotree-ir 0.22.0/src/mir/value.rs
    274
    #[allow(clippy::from_over_into)]
    275
    #[allow(clippy::unwrap_used)]
  • filecoin-hashers 7.0.0/src/blake2s.rs
    158
    #[allow(clippy::from_over_into)]
    159
    impl Into<Blake2sDomain> for Blake2sHash {
  • flatbuffers 23.1.21/src/array.rs
    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> {
  • frunk_core 0.4.1/src/hlist.rs
    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 {
  • fudd 0.1.4/src/util/random_ordering.rs
    12
    #[allow(clippy::from_over_into)]
    13
    impl Into<Ordering> for RandomOrdering {
  • fyrox-resource 0.7.0/src/lib.rs
    323
    #[allow(clippy::from_over_into)]
    324
    impl<T: ResourceData, E: ResourceLoadError> Into<Arc<Mutex<ResourceState<T, E>>>>
  • geos 8.1.0/src/enums.rs
    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 {
  • ggetrs 0.1.69/src/archs4/types/correlation.rs
    22
    /// Implementation to convert to human-friendly format
    23
    #[allow(clippy::from_over_into)]
    24
    impl Into<Correlations> for ResultCorrelation {
  • good-web-game 0.6.0/src/graphics/types.rs
    465
    #[allow(clippy::from_over_into)]
    466
    impl Into<String> for Color {
  • gphoto2 3.1.0/src/file.rs
    88
    #[allow(clippy::from_over_into)]
    89
    impl Into<libgphoto2_sys::CameraFileType> for FileType {
  • graphrox 1.2.0/src/graph/compressed.rs
    280
    #[allow(clippy::from_over_into)]
    281
    impl Into<Vec<u8>> for CompressedGraph {
  • graphrox 1.2.0/src/graph/standard.rs
    771
    #[allow(clippy::from_over_into)]
    772
    impl Into<Vec<u8>> for StandardGraph {
  • GSL 6.0.0/src/enums.rs
    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 {
  • hanteker_lib 0.4.0/src/device/cmd.rs
    147
    #[allow(clippy::from_over_into)]
    148
    impl Into<RawCommand> for HantekCommandBuilder {
  • hp203b 0.3.0/src/interrupts.rs
    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 {
  • ic-stable-structures 0.5.0/src/types.rs
    59
    // with the `From` trait above.
    60
    #[allow(clippy::from_over_into)]
    61
    impl Into<usize> for Bytes {
  • idm 0.4.1/examples/inline-maps.rs
    73
    #[allow(clippy::from_over_into)]
    74
    impl<T, U> Into<(T, U)> for ColonPair<T, U> {
  • il2-iltags 1.4.0/src/io/array/mod.rs
    393
    /// New since 1.4.0.
    394
    #[allow(clippy::from_over_into)]
    395
    impl std::convert::Into<Vec<u8>> for VecWriter {
  • indextree 4.5.0/src/id.rs
    70
    #[allow(clippy::from_over_into)]
    71
    impl Into<NonZeroUsize> for NodeId {
    77
    #[allow(clippy::from_over_into)]
    78
    impl Into<usize> for NodeId {
  • indieweb 0.1.15/src/standards/micropub.rs
    95
    #[allow(clippy::from_over_into)]
    96
    impl Into<String> for Order {
  • infinitree 0.9.1/src/crypto/scheme.rs
    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>
  • injective-cosmwasm 0.1.79/src/types.rs
    61
    #[allow(clippy::from_over_into)]
    62
    impl Into<String> for MarketId {
    106
    #[allow(clippy::from_over_into)]
    107
    impl Into<String> for SubaccountId {
  • iota-types 1.0.0-rc.4/src/block/payload/mod.rs
    205
    #[allow(clippy::from_over_into)]
    206
    impl Into<Option<Payload>> for OptionalPayload {
  • iotdb 0.0.7/src/lib.rs
    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 {
  • iso7816-tlv 0.4.2/src/ber/tag.rs
    217
    // From impl may fail, not the converse
    218
    #[allow(clippy::from_over_into)]
    219
    impl Into<u64> for Tag {
  • iso7816-tlv 0.4.2/src/simple.rs
    71
    // From impl may fail, not the converse
    72
    #[allow(clippy::from_over_into)]
    73
    impl Into<u8> for Tag {
  • json2pdf-client 0.1.0/src/protocol/elements/image.rs
    32
    #[allow(clippy::from_over_into)]
    33
    impl Into<Element> for Image {
  • json2pdf-client 0.1.0/src/protocol/elements/paragraph.rs
    38
    #[allow(clippy::from_over_into)]
    39
    impl Into<Element> for Paragraph {
  • json2pdf-client 0.1.0/src/protocol/elements/table.rs
    40
    #[allow(clippy::from_over_into)]
    41
    impl Into<Element> for Table {
  • jsonptr 0.1.5/src/token.rs
    400
    }
    401
    #[allow(clippy::from_over_into)]
    402
    impl Into<&str> for Escaped {
  • kanidm_proto 1.1.0-alpha.11/src/scim_v1.rs
    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 {
  • kompact 0.11.0/src/messaging/framing.rs
    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 {
  • kqueue 1.0.7/src/lib.rs
    189
    // an `Ident`, so we only implement `Into<usize>` here.
    190
    #[allow(clippy::from_over_into)]
    191
    impl Into<usize> for Ident {
  • lemmy_db_schema 0.17.0/src/newtypes.rs
    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 {
  • li-surf 2.3.3/src/request.rs
    437
    #[allow(clippy::from_over_into)]
    438
    impl Into<http::Request> for Request {
  • li-surf 2.3.3/src/response.rs
    330
    #[allow(clippy::from_over_into)]
    331
    impl Into<http::Response> for Response {
  • libcryptsetup-rs 0.6.0/src/luks2/token.rs
    50
    #[allow(clippy::from_over_into)]
    51
    impl Into<u32> for CryptTokenInfo {
  • libpd-rs 0.1.9/src/types.rs
    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 {
  • lillinput-cli 0.3.0/src/opts.rs
    40
    /// does not provide of specifying `try_into` currently.
    41
    #[allow(clippy::from_over_into)]
    42
    impl Into<String> for StringifiedAction {
  • linestring 0.8.0/src/linestring_2d.rs
    246
    #[allow(clippy::from_over_into)]
    247
    // Todo is this a subset of "impl<T> From<[T; 4]> for Line2<T>"?
  • linestring 0.8.0/src/linestring_3d.rs
    222
    #[allow(clippy::from_over_into)]
    223
    impl<T: cgmath::BaseFloat + Sync> Into<[T; 6]> for Line3<T> {
  • liquid-core 0.26.0/src/parser/parser.rs
    447
    }
    448
    #[allow(clippy::from_over_into)]
    449
    impl<'a> Into<&'a str> for Raw<'a> {
  • lunatic-distributed 0.12.0/src/distributed/message.rs
    74
    #[allow(clippy::from_over_into)]
    75
    impl Into<wasmtime::Val> for Val {
  • matrix-sdk-sled 0.2.0/src/state_store.rs
    122
    #[allow(clippy::from_over_into)]
    123
    impl Into<StoreError> for SledStoreError {
  • messy_json 0.2.3/src/raw_value/mod.rs
    63
    #[allow(clippy::from_over_into)]
    64
    impl<'a> Into<serde::de::Unexpected<'a>> for MessyJsonValueRaw<'a> {
  • modio-logger-db 0.5.2/src/types.rs
    130
    // thus we can only implement "Into" but not "From"
    131
    #[allow(clippy::from_over_into)]
    132
    impl Into<fsipc::logger1::SensorMode> for SensorMode {
  • msica 0.3.0/src/errors.rs
    207
        #[allow(clippy::from_over_into)]
    208
        impl Into<u32> for CustomActionResult {
  • neutron-sdk 0.1.0/src/bindings/types.rs
    135
    #[allow(clippy::from_over_into)]
    136
    impl Into<String> for &KVKey {
    167
    #[allow(clippy::from_over_into)]
    168
    impl Into<String> for KVKeys {
  • neutron-sdk 0.1.0/src/interchain_queries/types.rs
    151
    #[allow(clippy::from_over_into)]
    152
    impl Into<String> for QueryType {
  • nickel-lang 0.3.1/src/identifier.rs
    96
    // blanket implementation of `From<T> for T`.
    97
    #[allow(clippy::from_over_into)]
    98
    impl Into<String> for Ident {
  • nreplops-tool 0.0.10/src/hosts_files.rs
    60
    // XXX(soija) HostOptions is independent of HostOptionsDe
    61
    #[allow(clippy::from_over_into)]
    62
    impl Into<HostOptions> for HostOptionsDe {
  • num256 0.4.0/src/uint256.rs
    270
    #[allow(clippy::from_over_into)]
    271
    impl Into<[u8; 32]> for Uint256 {
  • nyx-space 1.1.1/src/cosmic/eclipse.rs
    36
    #[allow(clippy::from_over_into)]
    37
    impl Into<f64> for EclipseState {
  • nyx-space 1.1.1/src/md/opti/multipleshooting/ctrlnodes.rs
    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 {
  • ostree-ext 0.10.5/src/cli.rs
    376
    #[allow(clippy::from_over_into)]
    377
    impl Into<ostree_container::store::ImageProxyConfig> for ContainerProxyOpts {
  • ostree-ext 0.10.5/tests/it/main.rs
    226
    #[allow(clippy::from_over_into)]
    227
    impl Into<TarExpected> for (&'static str, tar::EntryType, u32) {
  • pact_models 1.0.4/src/expression_parser.rs
    55
    #[allow(clippy::from_over_into)]
    56
    impl Into<Value> for DataType {
    69
    #[allow(clippy::from_over_into)]
    70
    impl Into<Value> for &DataType {
  • patract-wasmi 0.9.1/src/lib.rs
    383
    #[allow(clippy::from_over_into)]
    384
    impl Into<String> for Error {
  • pgp 0.9.0/src/packet/signature/types.rs
    598
    #[allow(clippy::from_over_into)]
    599
    impl Into<u8> for SubpacketType {
  • plotly 0.8.3/src/common/color.rs
    42
    #[allow(clippy::from_over_into)]
    43
    impl<C: Color> Into<Vec<Box<dyn Color>>> for ColorArray<C> {
  • plotly 0.8.3/src/layout/mod.rs
    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 {
  • plow_package_management 0.3.1/src/lock.rs
    194
    // Only one way conversion is allowed, for convenience.
    195
    #[allow(clippy::from_over_into)]
    196
    impl Into<PackageVersion> for &PackageInLockFile {
  • plow_package_management 0.3.1/src/metadata.rs
    218
    // Only one way conversion is allowed.
    219
    #[allow(clippy::from_over_into)]
    220
    impl Into<PackageVersion> for OntologyMetadata {
  • qians_xql 0.2.9/tests/derive.rs
    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 {
  • qmat 0.5.1/src/position.rs
    63
    #[allow(clippy::from_over_into)] // it isn't deriving from From
    64
    impl Into<[usize; 2]> for Position {
  • quickjs-wasm-rs 0.1.4/src/js_binding/value.rs
    377
    // in a cyclic crate dependency.
    378
    #[allow(clippy::from_over_into)]
    379
    impl Into<JSValue> for Value {
  • quickwit-actors 0.3.0/src/progress.rs
    53
    #[allow(clippy::from_over_into)]
    54
    impl Into<u32> for ProgressState {
  • rb-sys 0.9.58/src/special_consts.rs
    21
    #[allow(clippy::from_over_into)]
    22
    impl Into<VALUE> for ruby_special_consts {
  • redb 0.12.1/src/multimap_table.rs
    115
    #[allow(clippy::from_over_into)]
    116
    impl Into<u8> for DynamicCollectionType {
  • redb 0.12.1/src/tree_store/page_store/page_manager.rs
    86
    #[allow(clippy::from_over_into)]
    87
    impl Into<u8> for ChecksumType {
  • redb 0.12.1/src/tree_store/table_tree.rs
    79
    #[allow(clippy::from_over_into)]
    80
    impl Into<u8> for TableType {
  • repo-cli 0.1.3/src/query/scp.rs
    54
    #[allow(clippy::from_over_into)]
    55
    impl Into<Url> for ScpPath {
  • reverie-zk 0.3.2/src/algebra/gf2/recon.rs
    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 {
  • rg3d-resource 0.3.0/src/lib.rs
    234
    #[allow(clippy::from_over_into)]
    235
    impl<T: ResourceData, E: ResourceLoadError> Into<Arc<Mutex<ResourceState<T, E>>>>
  • rhymuri 1.3.1/src/authority.rs
    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() {
  • rhymuri 1.3.1/src/percent_encoded_character_decoder.rs
    60
        // `named_tuple!` macro expansion.
    61
        #[allow(clippy::from_over_into)]
    62
        fn good_sequences() {
  • rhymuri 1.3.1/src/uri.rs
    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() {
  • rhymuri 1.3.1/src/validate_ipv4_address.rs
    131
        // `named_tuple!` macro expansion.
    132
        #[allow(clippy::from_over_into)]
    133
        fn bad() {
  • rsip 0.4.0/src/error/tokenizer_error.rs
    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 {
  • rsmnl-linux 0.1.0/src/netlink.rs
    154
    #[allow(clippy::from_over_into)]
    155
    impl Into<u16> for MsgType {
  • rspack_style 0.1.16/src/token/media.rs
    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 {
  • rspack_style 0.1.16/src/token/style_rule.rs
    14
    #[allow(clippy::from_over_into)]
    15
    impl Into<String> for TokenStyleRuleKeyAllow {
  • rspack_style 0.1.16/src/token/value.rs
    23
    #[allow(clippy::from_over_into)]
    24
    impl Into<String> for TokenValueAllow {
  • rspack_style 0.1.16/src/token/var.rs
    14
    #[allow(clippy::from_over_into)]
    15
    impl Into<String> for TokenVarKeyAllow {
  • rsteam 0.1.3/src/steam_id.rs
    34
    #[allow(clippy::from_over_into)]
    35
    impl Into<u64> for &SteamID {
  • rust_search 2.1.0/src/filter.rs
    60
    #[allow(clippy::from_over_into)]
    61
    impl Into<u64> for FileSize {
  • rustify 0.5.3/src/enums.rs
    18
    #[allow(clippy::from_over_into)]
    19
    impl Into<http::Method> for RequestMethod {
  • sabaton-mw 0.3.2/src/cdds/cdds.rs
    60
    #[allow(clippy::from_over_into)]
    61
    impl Into<DdsQos> for CddsQos {
  • salvo_extra 0.37.9/src/ws.rs
    374
    #[allow(clippy::from_over_into)]
    375
    impl Into<Vec<u8>> for Message {
  • saphir 3.1.0/src/body.rs
    535
    #[allow(clippy::from_over_into)]
    536
    impl<T: FromBytes> Into<RawBody> for Body<T> {
  • scurry 0.5.0/src/interpreter/object.rs
    250
    #[allow(clippy::from_over_into)]
    251
    impl Into<AstType> for Type {
  • sdp-rs 0.2.1/src/error/tokenizer_error.rs
    40
    #[allow(clippy::from_over_into)]
    41
    impl Into<nom::Err<Self>> for TokenizerError {
  • sea-query 0.28.3/src/query/case.rs
    129
    #[allow(clippy::from_over_into)]
    130
    impl Into<SimpleExpr> for CaseStatement {
  • seaplane-cli 0.4.0/src/cli/cmds/flight/common.rs
    44
    #[allow(clippy::from_over_into)]
    45
    impl<'a> Into<ArchitectureModel> for &'a Architecture {
  • seaplane-cli 0.4.0/src/cli/cmds/formation/common.rs
    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 {
  • seaplane-cli 0.4.0/src/cli/cmds/restrict/common.rs
    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 {
  • serde_dynamo 4.0.12/src/error.rs
    71
    #[allow(clippy::from_over_into)]
    72
    impl Into<Error> for ErrorImpl {
  • serde_v8 0.79.0/magic/bytestring.rs
    84
    #[allow(clippy::from_over_into)]
    85
    impl Into<Vec<u8>> for ByteString {
  • snarkvm-algorithms 0.9.11/src/fft/polynomial/mod.rs
    113
    #[allow(clippy::from_over_into)]
    114
    impl<F: Field> Into<DensePolynomial<F>> for Polynomial<'_, F> {
  • snarkvm-console-network 0.9.11/src/helpers/id.rs
    202
    #[allow(clippy::from_over_into)]
    203
    impl<F: FieldTrait, const PREFIX: u16> Into<Vec<F>> for AleoID<F, PREFIX> {
  • snarkvm-dpc 0.8.0/src/network/locator.rs
    176
    #[allow(clippy::from_over_into)]
    177
    impl<F: PrimeField + ToConstraintField<F>, const PREFIX: u16> Into<Vec<F>> for AleoLocator<F, PREFIX> {
  • snarkvm-polycommit 0.8.0/src/marlin_pc/gadgets/verifier_key/prepared_verifier_key.rs
    164
    #[allow(clippy::from_over_into)]
    165
    impl<TargetCurve, BaseCurve, PG> Into<VerifierKeyVar<TargetCurve, BaseCurve, PG>>
  • snarkvm-polycommit 0.8.0/src/sonic_pc/gadgets/verifier_key/prepared_verifier_key.rs
    86
    #[allow(clippy::from_over_into)]
    87
    impl<TargetCurve, BaseCurve, PG> Into<VerifierKeyVar<TargetCurve, BaseCurve, PG>>
  • someip 0.1.1/src/sd_messages.rs
    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 {
  • sozu 0.14.2/src/cli.rs
    437
    #[allow(clippy::from_over_into)]
    438
    impl std::convert::Into<sozu_command_lib::proxy::Route> for Route {
  • sozu-lib 0.14.2/src/protocol/http/mod.rs
    65
    #[allow(clippy::from_over_into)]
    66
    impl Into<u16> for DefaultAnswerStatus {
  • spirv-tools 0.9.0/src/assembler.rs
    15
    #[allow(clippy::from_over_into)]
    16
    impl Into<u32> for AssemblerOptions {
    63
    #[allow(clippy::from_over_into)]
    64
    impl Into<u32> for DisassembleOptions {
  • stardust-xr-schemas 1.4.0/src/flat/common.rs
    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 {
  • starfish-api 0.1.1/src/lib.rs
    59
    #[allow(clippy::from_over_into)]
    60
    impl Into<ErrorResponder> for DbErr {
    68
    #[allow(clippy::from_over_into)]
    69
    impl Into<ErrorResponder> for &str {
  • staticvec 0.11.9/src/trait_impls.rs
    697
    #[allow(clippy::from_over_into)]
    698
    #[cfg(feature = "std")]
  • surf 2.3.2/src/request.rs
    437
    #[allow(clippy::from_over_into)]
    438
    impl Into<http::Request> for Request {
  • surf 2.3.2/src/response.rs
    325
    #[allow(clippy::from_over_into)]
    326
    impl Into<http::Response> for Response {
  • sway-core 0.33.1/src/decl_engine/id.rs
    42
    #[allow(clippy::from_over_into)]
    43
    impl Into<usize> for DeclId {
  • swc_ecma_utils 0.107.5/src/function/function_wrapper.rs
    337
    #[allow(clippy::from_over_into)]
    338
    impl Into<Expr> for FunctionWrapper<Expr> {
  • tchannel_rs 0.0.2/src/messages/thrift.rs
    24
    #[allow(clippy::from_over_into)]
    25
    impl TryInto<MessageArgs> for ThriftMessage {
  • the_rock 0.8.0/src/bible/mod.rs
    193
    #[allow(clippy::from_over_into)]
    194
    impl Into<String> for VerseRef {
  • thread-priority 0.10.0/src/lib.rs
    190
    // For this reason we silent the warning from clippy.
    191
    #[allow(clippy::from_over_into)]
    192
    impl std::convert::Into<u8> for ThreadPriorityValue {
  • typid 1.1.1/src/lib.rs
    154
    #[allow(clippy::from_over_into)]
    155
    impl<T> Into<IDDef> for ID<T> {
  • uniresid 0.1.4/src/authority.rs
    233
        #[test]
    234
        #[allow(clippy::from_over_into)]
    235
        fn host_barely_legal() {
  • uniresid 0.1.4/src/uri.rs
    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() {
  • uris 0.1.1/src/authority.rs
    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() {
  • uris 0.1.1/src/percent_encoded_character_decoder.rs
    60
        // `named_tuple!` macro expansion.
    61
        #[allow(clippy::from_over_into)]
    62
        fn good_sequences() {
  • uris 0.1.1/src/uri.rs
    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() {
  • uris 0.1.1/src/validate_ipv4_address.rs
    131
        // `named_tuple!` macro expansion.
    132
        #[allow(clippy::from_over_into)]
    133
        fn bad() {
  • v_escape_codegen 0.1.8/src/ranges/switch.rs
    61
    #[allow(clippy::from_over_into)]
    62
    impl Into<Bodies> for Switch {
  • vaultrs-login 0.1.6/src/method.rs
    99
    #[allow(clippy::from_over_into)]
    100
    impl<'a> Into<&'a str> for Method {
  • veccentric 0.3.1/src/vecc.rs
    213
    #[allow(clippy::from_over_into)]
    214
    impl<T> Into<(T, T)> for Vecc<T> {
  • vkgen 2.2.1/src/parse.rs
    297
    #[allow(clippy::from_over_into)]
    298
    impl Into<String> for CommentVariant {
  • vpk0 0.8.2/src/encode/huffman.rs
    203
    #[allow(clippy::from_over_into)]
    204
    impl Into<VpkTree> for Tree {
  • webauthn-rs-core 0.4.9/src/interface.rs
    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 {
  • webauthn-rs-proto 0.4.9/src/extensions.rs
    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")]
  • wiremock-grpc 0.0.3-alpha2/src/builder.rs
    140
    #[allow(clippy::from_over_into)]
    141
    impl Into<MockBuilder> for ThenBuilder {
  • xql 0.2.7/tests/derive.rs
    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 {
  • yew-stdweb 0.18.0/src/format/nothing.rs
    10
    #[allow(clippy::from_over_into)]
    11
    impl Into<Text> for Nothing {
    23
    #[allow(clippy::from_over_into)]
    24
    impl Into<Binary> for Nothing {
  • zenoh-flow 0.4.0-alpha.1/src/runtime/mod.rs
    165
    #[allow(clippy::from_over_into)]
    166
    impl Into<zenoh::config::whatami::WhatAmI> for ZenohConfigKind {
  • atsamd-hal 0.15.1/src/thumbv6m/clock.rs
    5
    //! that the peripherals have been correctly configured.
    6
    #![allow(clippy::from_over_into)]
  • atsamd-hal 0.15.1/src/thumbv7em/clock.rs
    5
    //! that the peripherals have been correctly configured.
    6
    #![allow(clippy::from_over_into)]
  • cap-common 0.2.3/src/lib.rs
    1
    #![allow(clippy::from_over_into)]
  • cap-sdk 0.2.4/src/lib.rs
    1
    #![allow(clippy::from_over_into)]
    2
    #![allow(clippy::result_unit_err)]
  • ckb-types 0.107.0/src/core/mod.rs
    11
    //! [those bytes]: ../packed/index.html
    12
    #![allow(clippy::from_over_into)]
  • clutter-rs 0.1.2/src/lib.rs
    7
        clippy::let_and_return,
    8
        clippy::from_over_into,
    9
        clippy::upper_case_acronyms,
  • cogl-rs 0.1.4/src/auto/enums.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into,
    5
        clippy::upper_case_acronyms
  • cogl-rs 0.1.4/src/auto/matrix.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • cogl-rs 0.1.4/src/auto/mod.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • cogl-rs 0.1.4/src/auto/quaternion.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • cogl-rs 0.1.4/src/auto/renderer.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • cogl-rs 0.1.4/src/auto/snippet.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • cogl-rs 0.1.4/src/auto/sub_texture.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • cogl-rs 0.1.4/src/auto/swap_chain.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • cogl-rs 0.1.4/src/auto/texture.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • cogl-rs 0.1.4/src/auto/texture2_dsliced.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • color-operators 0.0.3/src/lib.rs
    2
    #![deny(clippy::all, missing_docs, unsafe_code)]
    3
    #![allow(clippy::upper_case_acronyms, clippy::from_over_into, clippy::match_like_matches_macro)]
  • colorsys 0.6.7/src/lib.rs
    157
    #![allow(clippy::many_single_char_names)]
    158
    #![allow(clippy::from_over_into)]
    159
    #![cfg_attr(not(feature = "std"), no_std)]
  • decancer 1.5.3/src/lib.rs
    380
      clippy::ptr_offset_with_cast,
    381
      clippy::from_over_into,
    382
      dead_code
  • decanter-crypto 0.1.3/src/hash/hasher.rs
    5
    */
    6
    #![allow(clippy::from_over_into)]
    7
    use crate::hash::{hasher, hashes::H256};
  • deno_3p_lib 1.25.2/lib.rs
    2
    #![allow(clippy::upper_case_acronyms)]
    3
    #![allow(clippy::from_over_into)]
    4
    #![allow(unused_imports)]
  • devrc 0.4.0/src/lib.rs
    9
    #![allow(clippy::upper_case_acronyms)]
    10
    #![allow(clippy::from_over_into)]
    11
    #![allow(clippy::ptr_arg)]
  • eggmine 3.1.9/src/prelude.rs
    3
    #![allow(clippy::from_over_into)]
  • flo_curves 0.6.1/src/lib.rs
    22
    #![allow(clippy::ptr_arg)]
    23
    #![allow(clippy::from_over_into)]
    24
    #![allow(clippy::new_without_default)]
  • fyrox 0.29.0/src/lib.rs
    8
    #![allow(clippy::upper_case_acronyms)]
    9
    #![allow(clippy::from_over_into)]
    10
    #![allow(clippy::approx_constant)]
  • fyrox-core 0.23.0/src/lib.rs
    5
    #![allow(clippy::upper_case_acronyms)]
    6
    #![allow(clippy::from_over_into)]
  • fyrox-ui 0.20.0/src/lib.rs
    8
    #![allow(clippy::upper_case_acronyms)]
    9
    #![allow(clippy::from_over_into)]
    10
    #![allow(clippy::new_without_default)]
  • gitlab-report 0.1.7/src/main.rs
    24
    #![warn(clippy::all)]
    25
    #![allow(dead_code, clippy::from_over_into)]
  • google-cognitive-apis 0.2.1/src/api/rest/google/cloud/speechtotext/v1.rs
    1
    #![allow(clippy::from_over_into)]
    2
    #![allow(clippy::manual_unwrap_or)]
  • google-cognitive-apis 0.2.1/src/api/rest/google/cloud/speechtotext/v1p1beta1.rs
    1
    #![allow(clippy::from_over_into)]
    2
    #![allow(clippy::manual_unwrap_or)]
  • grafix-toolbox 0.8.7/crate.rs
    5
    	clippy::float_cmp,
    6
    	clippy::from_over_into,
    7
    	clippy::many_single_char_names,
  • gray_matter 0.2.5/src/lib.rs
    1
    #![allow(clippy::from_over_into)]
  • impl-more 0.1.1/examples/all-the-things.rs
    1
    #![allow(clippy::from_over_into, clippy::disallowed_names)]
  • impl-more 0.1.1/examples/expand.rs
    1
    #![allow(dead_code, clippy::from_over_into)]
  • impl-more 0.1.1/src/lib.rs
    21
    mod tests {
    22
        #![allow(clippy::from_over_into)]
  • iota-crypto 0.15.3/src/keys/slip10.rs
    4
    #![allow(clippy::from_over_into)]
  • kazari 0.0.1/src/lib.rs
    2
    #![allow(unused)] // FIXME:
    3
    #![allow(clippy::from_over_into)]
  • kazari 0.0.1/src/wl/protocols/client/wl_buffer.rs
    12
    #![allow(unused)]
    13
    #![allow(clippy::from_over_into)]
    14
    #![allow(clippy::match_single_binding)]
  • kazari 0.0.1/src/wl/protocols/client/wl_callback.rs
    10
    #![allow(unused)]
    11
    #![allow(clippy::from_over_into)]
    12
    #![allow(clippy::match_single_binding)]
  • kazari 0.0.1/src/wl/protocols/client/wl_compositor.rs
    10
    #![allow(unused)]
    11
    #![allow(clippy::from_over_into)]
    12
    #![allow(clippy::match_single_binding)]
  • kazari 0.0.1/src/wl/protocols/client/wl_data_device.rs
    11
    #![allow(unused)]
    12
    #![allow(clippy::from_over_into)]
    13
    #![allow(clippy::match_single_binding)]
  • kazari 0.0.1/src/wl/protocols/client/wl_data_device_manager.rs
    15
    #![allow(unused)]
    16
    #![allow(clippy::from_over_into)]
    17
    #![allow(clippy::match_single_binding)]
  • kazari 0.0.1/src/wl/protocols/client/wl_data_offer.rs
    13
    #![allow(unused)]
    14
    #![allow(clippy::from_over_into)]
    15
    #![allow(clippy::match_single_binding)]
  • kazari 0.0.1/src/wl/protocols/client/wl_data_source.rs
    11
    #![allow(unused)]
    12
    #![allow(clippy::from_over_into)]
    13
    #![allow(clippy::match_single_binding)]
  • kazari 0.0.1/src/wl/protocols/client/wl_display.rs
    10
    #![allow(unused)]
    11
    #![allow(clippy::from_over_into)]
    12
    #![allow(clippy::match_single_binding)]
  • kazari 0.0.1/src/wl/protocols/client/wl_keyboard.rs
    10
    #![allow(unused)]
    11
    #![allow(clippy::from_over_into)]
    12
    #![allow(clippy::match_single_binding)]
  • leo-asg 1.5.3/src/lib.rs
    25
    #![allow(clippy::from_over_into)]
    26
    #![allow(clippy::result_unit_err)]
  • leo-imports 1.5.3/src/lib.rs
    17
    #![allow(clippy::from_over_into)]
  • lofty 0.11.0/src/lib.rs
    128
    	clippy::new_without_default,
    129
    	clippy::from_over_into,
    130
    	clippy::upper_case_acronyms,
  • millennium-core 1.0.0-beta.3/src/lib.rs
    161
    	clippy::upper_case_acronyms,
    162
    	clippy::from_over_into,
    163
    	clippy::option_map_unit_fn,
  • nativeshell 0.1.16/src/shell/platform/linux/flutter.rs
    1
    #![allow(clippy::from_over_into)]
  • ncursesw 0.6.4/src/chtypet/char.rs
    23
    #![allow(clippy::from_over_into)]
  • ncursesw 0.6.4/src/chtypet/string.rs
    23
    #![allow(clippy::from_over_into)]
  • ncursesw 0.6.4/src/complex/char.rs
    23
    #![allow(clippy::from_over_into)]
  • ncursesw 0.6.4/src/complex/string.rs
    23
    #![allow(clippy::from_over_into)]
  • ncursesw 0.6.4/src/extend/attribute.rs
    23
    #![allow(clippy::from_over_into)]
  • ncursesw 0.6.4/src/extend/attributes.rs
    23
    #![allow(clippy::from_over_into)]
  • ncursesw 0.6.4/src/form/fieldoptions.rs
    23
    #![allow(clippy::from_over_into)]
  • ncursesw 0.6.4/src/form/formoptions.rs
    23
    #![allow(clippy::from_over_into)]
  • ncursesw 0.6.4/src/keybinding.rs
    24
    #![allow(deprecated)]
    25
    #![allow(clippy::from_over_into)]
  • ncursesw 0.6.4/src/menu/itemoptions.rs
    23
    #![allow(clippy::from_over_into)]
  • ncursesw-win 0.6.3/src/graphics/boxdrawinggraphic.rs
    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()).
  • ncursesw-win 0.6.3/src/mouse/mouseevent.rs
    23
    #![allow(clippy::from_over_into)]
  • packed_simd_2 0.3.8/src/lib.rs
    240
            clippy::wrong_self_convention,
    241
            clippy::from_over_into,
    242
    )]
  • pdf 0.8.0/src/lib.rs
    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)]
  • rg3d 0.24.0/src/lib.rs
    8
    #![allow(clippy::upper_case_acronyms)]
    9
    #![allow(clippy::from_over_into)]
    10
    #![allow(clippy::approx_constant)]
  • rg3d-core 0.19.0/src/lib.rs
    5
    #![allow(clippy::upper_case_acronyms)]
    6
    #![allow(clippy::from_over_into)]
  • rg3d-ui 0.15.0/src/lib.rs
    8
    #![allow(clippy::upper_case_acronyms)]
    9
    #![allow(clippy::from_over_into)]
    10
    #![allow(clippy::new_without_default)]
  • rkv 0.18.4/src/lib.rs
    9
    // specific language governing permissions and limitations under the License.
    10
    #![allow(clippy::from_over_into)] // TODO: `Into` implementations in [safe/lmdb]/flags.rs
  • rocksdb 0.19.0/src/lib.rs
    71
        clippy::missing_panics_doc,
    72
        clippy::from_over_into,
    73
    )]
  • rocksdbx 0.19.0/src/lib.rs
    71
        clippy::missing_panics_doc,
    72
        clippy::from_over_into,
    73
    )]
  • scout 2.7.0/src/ui/convert.rs
    4
    // which means we can't implement, for example, From<ansi_term::Color>
    5
    #![allow(clippy::from_over_into)]
  • scsys-crypto 0.1.40/src/hash/hasher.rs
    5
    */
    6
    #![allow(clippy::from_over_into)]
    7
    use crate::hash::{hasher, hashes::H256};
  • stronghold_engine 1.0.2/src/vault.rs
    4
    #![allow(clippy::from_over_into)]
    5
    #![allow(clippy::upper_case_acronyms)]
  • tao 0.17.0/src/lib.rs
    139
      clippy::upper_case_acronyms,
    140
      clippy::from_over_into,
    141
      clippy::option_map_unit_fn,
  • ux-animate 0.1.5/src/lib.rs
    7
        clippy::let_and_return,
    8
        clippy::from_over_into,
    9
        clippy::upper_case_acronyms,
  • ux-components 0.1.3/src/lib.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into,
    5
        clippy::if_same_then_else,
  • ux-dx 0.2.1/src/platform/core/enums.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into,
    5
        clippy::upper_case_acronyms
  • ux-dx 0.2.1/src/platform/core/gles2_vtable.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into,
    5
        clippy::upper_case_acronyms
  • ux-dx 0.2.1/src/platform/core/matrix.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • ux-dx 0.2.1/src/platform/core/mod.rs
    8
        clippy::let_and_return,
    9
        clippy::from_over_into
    10
    )]
  • ux-dx 0.2.1/src/platform/core/poll_fd.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into,
    5
        clippy::upper_case_acronyms
  • ux-dx 0.2.1/src/platform/core/quaternion.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • ux-dx 0.2.1/src/platform/core/renderer.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • ux-dx 0.2.1/src/platform/core/snippet.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • ux-dx 0.2.1/src/platform/core/sub_texture.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • ux-dx 0.2.1/src/platform/core/texture.rs
    3
        clippy::let_and_return,
    4
        clippy::from_over_into
    5
    )]
  • xplr 0.20.2/src/lib.rs
    1
    #![allow(clippy::too_many_arguments)]
    2
    #![allow(clippy::from_over_into)]
    3
    #![allow(clippy::unnecessary_wraps)]
  • yew-vdom-gen 0.1.0/src/lib.rs
    39
    #![allow(clippy::from_over_into)]
  • yubihsm 0.41.0/src/lib.rs
    46
    // TODO(tarcieri): address these clippy nits
    47
    #![allow(clippy::from_over_into, clippy::unnecessary_wraps)]