Skip to content
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

remove unused dependecies #88

Merged
merged 2 commits into from Mar 18, 2022
Merged

remove unused dependecies #88

merged 2 commits into from Mar 18, 2022

Conversation

ghost
Copy link

@ghost ghost commented Mar 9, 2022

Issue #, if available: N/A

Description of changes:

cargo-udeps detects the following crates are not used.

$ cargo +nightly udeps
...
unused dependencies:
`dynein v0.2.0 (/home/ec2-user/dynein)`
└─── dependencies
     ├─── "glob"
     └─── "rusoto_cloudformation"

I've confirmed that both cargo build and cargo test succeed.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

cargo-udeps detects the following crates are not used.
```
$ cargo +nightly udeps
...
unused dependencies:
`dynein v0.2.0 (/home/ec2-user/dynein)`
└─── dependencies
     ├─── "glob"
     └─── "rusoto_cloudformation"
```

I've confirmed that both `cargo build` and `cargo test` succeed.
@ghost ghost assigned kzym-w Mar 9, 2022
@ghost ghost added the dependencies Pull requests that update a dependency file label Mar 9, 2022
@kzym-w
Copy link
Contributor

kzym-w commented Mar 18, 2022

I confirmed it's good. approved.

@kzym-w kzym-w merged commit e73ff49 into awslabs:main Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants