-
-
Notifications
You must be signed in to change notification settings - Fork 87
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: dtolnay/async-trait
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.86
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/async-trait
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.88
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 5 files changed
- 1 contributor
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3b78161 - Browse repository at this point
Copy the full SHA 3b78161View commit details
Commits on Feb 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ea2f2a2 - Browse repository at this point
Copy the full SHA ea2f2a2View commit details
Commits on Mar 3, 2025
-
Ignore elidable_lifetime_names pedantic clippy lint
warning: the following explicit lifetimes could be elided: 'a --> src/expand.rs:445:10 | 445 | impl<'a> VisitMut for AssociatedTypeImplTraits<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#elidable_lifetime_names = note: `-W clippy::elidable-lifetime-names` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::elidable_lifetime_names)]` help: elide the lifetimes | 445 - impl<'a> VisitMut for AssociatedTypeImplTraits<'a> { 445 + impl VisitMut for AssociatedTypeImplTraits<'_> { | warning: the following explicit lifetimes could be elided: 'a --> tests/test.rs:1432:10 | 1432 | impl<'a> Drop for IncrementOnDrop<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#elidable_lifetime_names = note: `-W clippy::elidable-lifetime-names` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::elidable_lifetime_names)]` help: elide the lifetimes | 1432 - impl<'a> Drop for IncrementOnDrop<'a> { 1432 + impl Drop for IncrementOnDrop<'_> { |
Configuration menu - View commit details
-
Copy full SHA for 45fd82a - Browse repository at this point
Copy the full SHA 45fd82aView commit details -
Resolve mem_replace_with_default clippy lint
warning: replacing a value of type `T` with `T::default()` is better expressed using `std::mem::take` --> src/expand.rs:195:30 | 195 | let bounds = mem::replace(&mut param.bounds, Punctuated::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using: `std::mem::take(&mut param.bounds)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mem_replace_with_default = note: `-W clippy::mem-replace-with-default` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::mem_replace_with_default)]` warning: replacing a value of type `T` with `T::default()` is better expressed using `std::mem::take` --> src/expand.rs:206:30 | 206 | let bounds = mem::replace(&mut param.bounds, Punctuated::new()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using: `std::mem::take(&mut param.bounds)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mem_replace_with_default
Configuration menu - View commit details
-
Copy full SHA for 137d14c - Browse repository at this point
Copy the full SHA 137d14cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32540aa - Browse repository at this point
Copy the full SHA 32540aaView commit details
Commits on Mar 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a11384e - Browse repository at this point
Copy the full SHA a11384eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78506f1 - Browse repository at this point
Copy the full SHA 78506f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d305984 - Browse repository at this point
Copy the full SHA d305984View commit details -
Merge pull request #289 from dtolnay/cfg
Fix lifetime bounding on generic parameters that have cfg
Configuration menu - View commit details
-
Copy full SHA for a306be8 - Browse repository at this point
Copy the full SHA a306be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a5919 - Browse repository at this point
Copy the full SHA b3a5919View commit details
Loading
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.86...0.1.88