This repository has been archived by the owner on May 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
address cargo check β¨ and enable cargo fix π #77
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PiDelport
force-pushed
the
refactor-lint-cleanup
branch
from
May 27, 2021 11:38
f89b681
to
c0b8b9e
Compare
(Rebased for #78: f89b681...c0b8b9e) |
I added a few more changes to follow updates and make |
PiDelport
force-pushed
the
refactor-lint-cleanup
branch
from
May 31, 2021 15:36
c7318ad
to
ead4d8b
Compare
(Rebased for #60: c7318ad...ead4d8b) |
PiDelport
force-pushed
the
refactor-lint-cleanup
branch
from
June 1, 2021 10:35
0557abe
to
bb167d7
Compare
(Rebased to refresh) |
load_certs will open the path.
These imports are for the generated bindings.rs.
β¦onst_evaluatable_checked) These usages were moved to rtc_tenclave.
β¦nsafe_block_in_unsafe_fn) > warning: the feature `unsafe_block_in_unsafe_fn` has been stable since 1.51.0 and no longer requires an attribute to enable
(sgx_std ends up with a prefix of `std::untrusted::fs` instead of `std::fs`)
PiDelport
force-pushed
the
refactor-lint-cleanup
branch
from
June 1, 2021 14:52
bb167d7
to
fcad1f2
Compare
longtomjr
approved these changes
Jun 2, 2021
Thanks! π |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These changes are not high priority, but I've been accumulating them on the side, until
cargo check
passes cleanly in this branch.The main functional change is to mark all the
use
imports that have side effects for enclave linking: this means that we can now usecargo fix
without breaking the build!