-
Notifications
You must be signed in to change notification settings - Fork 20
Appease cargo-audit #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
55aa773
afc4482
1d683b8
38d4fb7
795d1ec
0a1989e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,4 +7,4 @@ ez3/ | |
| ez3_base/ | ||
| ez3_tests/ | ||
| .z3-trace | ||
| nll-facts/ | ||
| nll-facts/ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| use paste::paste; | ||
| use pastey::paste; | ||
|
|
||
| pub trait TupleOfBorrowed { | ||
| type Tuple; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| use std::cmp::Ordering; | ||
|
|
||
| use paste::paste; | ||
| use pastey::paste; | ||
|
|
||
| use super::{BoundedLattice, Lattice}; | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| use paste::paste; | ||
| use pastey::paste; | ||
|
|
||
| use super::{BoundedLattice, Lattice}; | ||
|
|
||
|
|
||
s-arash marked this conversation as resolved.
Show resolved
Hide resolved
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The file needs to remain in the repo unchanged. Let's not delete it!
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See the CI errors for why!
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yup, sorry! Already added it back in. I'm sure you weren't planning on this much open source babysitting today, my apologies. |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this one from the PR too!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was a whitespace change, vim's
:wqadded a newline at the end