-
Notifications
You must be signed in to change notification settings - Fork 71
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
Fix book examples #202
Fix book examples #202
Conversation
@tyranron for some reason |
Issue is definitely on |
@ilslv seems that we should made a fix there 🙃 |
@tyranron yeah, already working on it. Looks like something wrong with parsing on windows, because ubuntu and macOS rustc commands contain link to the crates.io dependency: |
Waiting for merge of budziq/rust-skeptic#132 |
# Conflicts: # CHANGELOG.md # tests/output.rs
FCM
|
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.
@ilslv perfect! thanks! 🍻
Synopsis
Windows doesn't handle path starting with
/
.Solution
Remove
/
prefix and addWindows
andmacOS
targets fortest-book
CI job.Checklist
Draft:
prefixDraft:
prefix is removed