• actyx_sdk 0.3.0/src/types/arcval.rs
    371
        #[cfg(feature = "dataflow")]
    372
        #[allow(clippy::string_lit_as_bytes)]
    373
        pub fn must_work_for_u8s() {
  • actyxos_sdk 0.6.0/src/types/arcval.rs
    364
        #[cfg(feature = "dataflow")]
    365
        #[allow(clippy::string_lit_as_bytes)]
    366
        pub fn must_work_for_u8s() {
  • deqp-runner 0.16.1/src/runner_results.rs
    668
        #[test]
    669
        #[allow(clippy::string_lit_as_bytes)]
    670
        fn csv_test_missing_status() {
  • distill-daemon 0.0.3/src/daemon.rs
    274
    #[allow(clippy::string_lit_as_bytes)]
    275
    async fn check_db_version(env: &Environment) -> Result<()> {
  • gimli-hash 0.2.0/tests/test.rs
    4
    #[cfg_attr(feature = "cargo-clippy", allow(string_lit_as_bytes))]
    5
    #[test]
  • guido_rbx_xml 0.12.5/src/types/numbers.rs
    111
            // using as_bytes.
    112
            #[allow(clippy::string_lit_as_bytes)]
    113
            let mut reader = XmlEventReader::from_source(r#"<float name="foo">NAN</float>"#.as_bytes());
  • ic-agent 0.23.0/src/request_id/mod.rs
    745
        #[test]
    746
        #[allow(clippy::string_lit_as_bytes)]
    747
        fn array_example() {
  • icgeek_ic_call_backend 0.1.1/src/request_id/mod.rs
    736
        #[test]
    737
        #[allow(clippy::string_lit_as_bytes)]
    738
        fn array_example() {
  • libtcc 0.2.0/src/lib.rs
    310
    #[allow(clippy::string_lit_as_bytes)]
    311
    #[cfg(test)]
  • printpdf 0.5.3/src/extgstate.rs
    624
        #[cfg_attr(feature = "cargo-clippy", allow(cyclomatic_complexity))]
    625
        #[cfg_attr(feature = "cargo-clippy", allow(string_lit_as_bytes))]
    626
        fn into(self)
  • rbx_xml 0.12.4/src/types/numbers.rs
    111
            // using as_bytes.
    112
            #[allow(clippy::string_lit_as_bytes)]
    113
            let mut reader = XmlEventReader::from_source(r#"<float name="foo">NAN</float>"#.as_bytes());
  • rust_keylock 0.14.0/src/asynch/nextcloud.rs
    286
        #[allow(clippy::string_lit_as_bytes)]
    287
        async fn create_rust_keylock_col(username: &str,
    373
        #[allow(clippy::string_lit_as_bytes)]
    374
        async fn get(username: &str,
  • controlgroup 0.3.0/src/lib.rs
    12
    // Clippy's suggestion causes many compile error
    13
    #![allow(clippy::string_lit_as_bytes)]
    14
    #![doc(html_root_url = "https://docs.rs/controlgroup/0.3.0")]
  • cryptoki-sys 0.1.4/src/lib.rs
    7
    #![allow(clippy::missing_safety_doc)]
    8
    #![allow(clippy::string_lit_as_bytes)]
    9
    // Public items exportedby this crate should match the C style
  • dnssector 0.2.12/src/lib.rs
    8
    #![allow(clippy::int_plus_one)]
    9
    #![allow(clippy::string_lit_as_bytes)]
    10
    #![allow(clippy::too_many_arguments)]
  • elrond-wasm-sc-dns 1.1.0/src/lib.rs
    3
    #![allow(non_snake_case)]
    4
    #![allow(clippy::string_lit_as_bytes)]
    5
    #![allow(clippy::ptr_arg)]
  • lngcnv 1.8.3/src/lang/modeng.rs
    9
    #![allow(clippy::too_many_lines, clippy::unicode_not_nfc)]
    10
    #![allow(clippy::string_lit_as_bytes)]
  • lngcnv 1.8.3/src/lang/modlat.rs
    9
    #![allow(clippy::too_many_lines, clippy::unicode_not_nfc)]
    10
    #![allow(clippy::string_lit_as_bytes)]
  • lngcnv 1.8.3/src/lang/modpol.rs
    9
    #![allow(clippy::similar_names, clippy::too_many_lines, clippy::unicode_not_nfc)]
    10
    #![allow(clippy::string_lit_as_bytes)]
  • lngcnv 1.8.3/src/lang/modque.rs
    9
    #![allow(clippy::too_many_lines, clippy::unicode_not_nfc)]
    10
    #![allow(clippy::string_lit_as_bytes)]
  • lngcnv 1.8.3/src/lang/modspa.rs
    9
    #![allow(clippy::similar_names, clippy::too_many_lines, clippy::unicode_not_nfc)]
    10
    #![allow(clippy::string_lit_as_bytes)]
  • lngcnv 1.8.3/src/lang/modtca.rs
    9
    #![allow(clippy::similar_names, clippy::too_many_lines, clippy::unicode_not_nfc)]
    10
    #![allow(clippy::string_lit_as_bytes)]
  • mdbook-plantuml 0.8.0/src/markdown_plantuml_pipeline.rs
    337
        fn test_get_info_string() {
    338
            #![allow(clippy::string_lit_as_bytes)]
    339
            macro_rules! assert_get_info_string {
  • orml-auction 0.4.0/src/lib.rs
    12
    // Disable the following two lints since they originate from an external macro (namely decl_storage)
    13
    #![allow(clippy::string_lit_as_bytes)]
    14
    #![allow(clippy::unused_unit)]
  • orml-authority 0.4.0/src/lib.rs
    16
    // Disable the following three lints since they originate from an external macro
    17
    #![allow(clippy::string_lit_as_bytes)]
    18
    #![allow(clippy::boxed_local)]
  • orml-gradually-update 0.4.0/src/lib.rs
    20
    // Disable the following two lints since they originate from an external macro (namely decl_storage)
    21
    #![allow(clippy::string_lit_as_bytes)]
    22
    #![allow(clippy::unused_unit)]
  • orml-oracle 0.4.0/src/lib.rs
    20
    // Disable the following two lints since they originate from an external macro (namely decl_storage)
    21
    #![allow(clippy::string_lit_as_bytes)]
    22
    #![allow(clippy::unused_unit)]
  • orml-schedule-update 0.1.1/src/lib.rs
    2
    // Disable the following two lints since they originate from an external macro (namely decl_storage)
    3
    #![allow(clippy::string_lit_as_bytes)]
  • printpdf 0.5.3/src/xobject.rs
    1
    // clippy lints when serializing PDF strings, in this case its wrong
    2
    #![cfg_attr(feature = "cargo-clippy", allow(string_lit_as_bytes))]
  • rhymuweb 1.2.1/src/coding.rs
    147
        #![allow(clippy::string_lit_as_bytes)]
    148
        #![allow(clippy::non_ascii_literal)]
  • rhymuweb 1.2.1/src/response.rs
    564
        #![allow(clippy::string_lit_as_bytes)]
  • sunshine-bank 0.1.1/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
  • sunshine-bank-offchain 0.0.2/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
  • sunshine-bank-onchain 0.0.2/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
  • sunshine-bounty 0.1.1/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
  • sunshine-court 0.1.1/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
  • sunshine-membership 0.0.2/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
  • sunshine-org 0.1.1/src/lib.rs
    1
    #![recursion_limit = "256"]
    2
    #![allow(clippy::string_lit_as_bytes)]
    3
    #![allow(clippy::redundant_closure_call)]
  • sunshine-shares-atomic 0.0.3/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
  • sunshine-shares-membership 0.0.2/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
  • sunshine-vote 0.1.1/src/lib.rs
    1
    #![recursion_limit = "256"]
    2
    #![allow(clippy::string_lit_as_bytes)]
    3
    #![allow(clippy::redundant_closure_call)]
  • sunshine-vote-petition 0.0.2/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
  • sunshine-vote-yesno 0.0.2/src/lib.rs
    1
    #![allow(clippy::string_lit_as_bytes)]
    2
    #![allow(clippy::redundant_closure_call)]
  • switchable 0.1.0/src/alias.rs
    89
    {
    90
    	#![allow(clippy::string_lit_as_bytes)]
    91
    	use wa::Error::*;
  • uriparse 0.6.4/src/scheme.rs
    1
    #![allow(clippy::string_lit_as_bytes)]