https://github.com/ark0f/issue-47048-fix
Fix issue #47048 in github.com/rust-lang/rust
https://github.com/ark0f/issue-47048-fix
Last synced: about 1 year ago
JSON representation
Fix issue #47048 in github.com/rust-lang/rust
- Host: GitHub
- URL: https://github.com/ark0f/issue-47048-fix
- Owner: ark0f
- License: apache-2.0
- Created: 2018-11-19T13:58:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T15:30:29.000Z (over 7 years ago)
- Last Synced: 2025-01-11T13:24:06.066Z (over 1 year ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.md
Awesome Lists containing this project
README
# [Issue #47048](https://github.com/rust-lang/rust/issues/47048) fix

[](https://crates.io/crates/issue-47048-fix)
[](https://docs.rs/issue-47048-fix/0.1.3)
Thanks to [Trevor Spiteri](https://github.com/tspiteri)
# Quick start
`Cargo.toml`:
```toml
[build-dependencies]
issue-47048-fix = "0.1"
```
`build.rs`:
```rust
use issue_47048_fix::issue_47048_fix;
fn main() {
/* your build code */
issue_47048_fix();
}
```
# License
`issue-47048-fix` under either of:
* [Apache License 2.0](https://github.com/ark0f/issue-47048-fix/blob/master/LICENSE-APACHE.md)
* [MIT](https://github.com/ark0f/issue-47048-fix/blob/master/LICENSE-MIT.md)
at your option.