-
-
Notifications
You must be signed in to change notification settings - Fork 90
Comparing changes
Open a pull request
base repository: dtolnay/async-trait
base: 0.1.80
head repository: dtolnay/async-trait
compare: 0.1.81
- 14 commits
- 9 files changed
- 2 contributors
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06fd547 - Browse repository at this point
Copy the full SHA 06fd547View commit details
Commits on May 6, 2024
-
Resolve unexpected_cfgs warning
warning: unexpected `cfg` condition name: `async_trait_nightly_testing` --> tests/test.rs:2:5 | 2 | async_trait_nightly_testing, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows` = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(async_trait_nightly_testing)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition name: `async_trait_nightly_testing` --> tests/test.rs:380:7 | 380 | #[cfg(async_trait_nightly_testing)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(async_trait_nightly_testing)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration warning: unexpected `cfg` condition name: `async_trait_nightly_testing` --> tests/test.rs:1298:7 | 1298 | #[cfg(async_trait_nightly_testing)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(async_trait_nightly_testing)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration warning: unexpected `cfg` condition name: `async_trait_nightly_testing` --> tests/test.rs:1627:7 | 1627 | #[cfg(async_trait_nightly_testing)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(async_trait_nightly_testing)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
Configuration menu - View commit details
-
Copy full SHA for 778dd29 - Browse repository at this point
Copy the full SHA 778dd29View commit details -
Merge pull request #267 from dtolnay/checkcfg
Resolve unexpected_cfgs warning
Configuration menu - View commit details
-
Copy full SHA for dcc4aa2 - Browse repository at this point
Copy the full SHA dcc4aa2View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74cd34a - Browse repository at this point
Copy the full SHA 74cd34aView commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78a5922 - Browse repository at this point
Copy the full SHA 78a5922View commit details
Commits on Jun 5, 2024
-
Former where_clauses_object_safety lint is now hard error
Since nightly-2024-06-05. warning: unknown lint: `where_clauses_object_safety` --> tests/test.rs:1383:8 | 1383 | #[deny(where_clauses_object_safety)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unknown_lints)]` on by default
Configuration menu - View commit details
-
Copy full SHA for d28c95b - Browse repository at this point
Copy the full SHA d28c95bView commit details -
Merge pull request #270 from dtolnay/objsafety
Former where_clauses_object_safety lint is now hard error
Configuration menu - View commit details
-
Copy full SHA for dba15b5 - Browse repository at this point
Copy the full SHA dba15b5View commit details
Commits on Jun 8, 2024
-
Work around dead code warning in test
warning: struct `Struct` is never constructed --> tests/test.rs:338:16 | 338 | pub struct Struct { | ^^^^^^ | = note: `#[warn(dead_code)]` on by default
Configuration menu - View commit details
-
Copy full SHA for 4a00d73 - Browse repository at this point
Copy the full SHA 4a00d73View commit details
Commits on Jul 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fac940 - Browse repository at this point
Copy the full SHA 2fac940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a3165 - Browse repository at this point
Copy the full SHA 94a3165View commit details -
Configuration menu - View commit details
-
Copy full SHA for 315fd90 - Browse repository at this point
Copy the full SHA 315fd90View commit details -
Ignore trivially_copy_pass_by_ref pedantic clippy lint
When syn/clone-impls isn't enabled, this type is not Copy. warning: this argument (4 byte) is passed by reference, but would be more efficient if passed by value (limit: 8 byte) --> src/lifetime.rs:22:49 | 22 | fn visit_opt_lifetime(&mut self, reference: &Token![&], lifetime: &mut Option<Lifetime>) { | ^^^^^^^^^^ help: consider passing by value instead: `$crate::token::And` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref = note: `-W clippy::trivially-copy-pass-by-ref` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::trivially_copy_pass_by_ref)]`
Configuration menu - View commit details
-
Copy full SHA for b6c6063 - Browse repository at this point
Copy the full SHA b6c6063View commit details -
Merge pull request #273 from dtolnay/cloneimpls
Turn off syn/clone-impls feature
Configuration menu - View commit details
-
Copy full SHA for 4ec740e - Browse repository at this point
Copy the full SHA 4ec740eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 383f65f - Browse repository at this point
Copy the full SHA 383f65fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.1.80...0.1.81