-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build-sys: Drop custom version glue code
It was annoying me that rust-analyzer was showing an error for our `version.rs`. Something we're doing there is wrong, maybe related to the output directory? But when I dig in a bit I don't understand how we ended up with this custom code when the clap docs show use of the `clap::crate_version` macro which looks just fine to me. Not having a `build.rs` just simplifies things. Signed-off-by: Colin Walters <[email protected]>
- Loading branch information
Showing
3 changed files
with
1 addition
and
26 deletions.
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
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