third_party_rust_cxx/tests
David Tolnay 9db5278dd4
Ignore upper_case_acronyms clippy lint
warning: name `CFG` contains a capitalized acronym
       --> gen/build/src/cfg.rs:350:9
        |
    350 |         CFG,
        |         ^^^ help: consider making the acronym lowercase, except the initial letter: `Cfg`
        |
        = note: `#[warn(clippy::upper_case_acronyms)]` on by default
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms
2021-01-31 18:45:37 -08:00
..
ffi Ignore upper_case_acronyms clippy lint 2021-01-31 18:45:37 -08:00
ui Improve extern fn with body error message 2021-01-03 20:23:52 -08:00
BUCK Update starlark targets with lib.rs.h dependency on module.rs.h 2020-12-04 17:42:34 -08:00
BUILD Update starlark targets with lib.rs.h dependency on module.rs.h 2020-12-04 17:42:34 -08:00
compiletest.rs Bypass compiletest on Windows push and pull_request builds 2020-09-24 23:36:00 -04:00
cxx_gen.rs Remove rust::Str repr conversion on the C++ side 2021-01-02 00:34:19 -08:00
cxx_string.rs Add regression test of let_cxx_string in async fn 2021-01-27 11:25:48 -08:00
test.rs Format with rustfmt 1.4.30-nightly 2020-12-29 15:53:01 -08:00
unique_ptr.rs Suppress all currently triggered clippy pedantic lints 2020-12-29 15:28:02 -08:00