-
Notifications
You must be signed in to change notification settings - Fork 220
Databake improvements #2906
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
Databake improvements #2906
Changes from all commits
079e702
29a79bf
13b7a01
6843942
d5eb079
a805b7f
37f2334
af3d99a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,6 +84,7 @@ zip = "0.6" | |
cached-path = "0.5" | ||
reqwest = { version = "0.11", features = ["blocking"] } | ||
lazy_static = "1" | ||
rust-format = { version = "0.3.4", features = ["token_stream"] } | ||
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. Praise: It's much better to do this at codegen time; I thought there was a reason we hadn't been doing that before? Is this a new crate? 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. We've been calling rustfmt directly. This crate is just a nicer interface and also supports prettyplease, but that doesn't look good. |
||
|
||
# Dependencies for "bin" feature | ||
clap = { version = "2.33", optional = true } | ||
|
Uh oh!
There was an error while loading. Please reload this page.