-
Notifications
You must be signed in to change notification settings - Fork 212
Remove unused code #558
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 code #558
Conversation
9ad0f91
to
729cb76
Compare
27421e7
to
7cb0a07
Compare
r? @koenaad There's lots of messing with |
Oh hey, sorry @jyn514. I didn't see this mention between all my Github notifications. I should probably tweak my github settings a bit... |
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.
Great work cleaning up some technical debt! I have added some comments here and there for small improvements but this looks good to me 🙂
Co-Authored-By: Koenraad Verheyden <mail@koenraadverheyden.com>
this was causing confusion, see rust-lang#164
Addressed review comments |
Cool! Looks good to me. Again, great work making the docs.rs codebase a bit easier to work with 😄 |
This reverts commit 3809f94. This caused all builds to fail in the last step when copying documentation into the database.
This reverts commit 3809f94. This caused all builds to fail in the last step when copying documentation into the database.
* remove copy_dir * make utils pub(crate) where possible * remove dead code in rustc version * make more things pub(crate) * only compile ApplyMode::Temporary in test mode * remove unused argument * remove unused `handle_html` argument * don't export metadata * remove `pub` where possible * remove unused import * make create_pool pub(crate) * fix bad merge * pub(crate) doesn't make sense in lib.rs Co-Authored-By: Koenraad Verheyden <mail@koenraadverheyden.com> * address review comments re: copy test * remote system dependencies from metadata this was causing confusion, see rust-lang#164 * re-comment failing test * fix failing test Co-authored-by: Koenraad Verheyden <mail@koenraadverheyden.com>
* remove copy_dir * make utils pub(crate) where possible * remove dead code in rustc version * make more things pub(crate) * only compile ApplyMode::Temporary in test mode * remove unused argument * remove unused `handle_html` argument * don't export metadata * remove `pub` where possible * remove unused import * make create_pool pub(crate) * fix bad merge * pub(crate) doesn't make sense in lib.rs Co-Authored-By: Koenraad Verheyden <mail@koenraadverheyden.com> * address review comments re: copy test * remote system dependencies from metadata this was causing confusion, see #164 * re-comment failing test * fix failing test Co-authored-by: Koenraad Verheyden <mail@koenraadverheyden.com>
No description provided.