Skip to content
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(docs): don't fail rustdoc due to termion #503

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Conversation

joshka
Copy link
Member

@joshka joshka commented Sep 15, 2023

Windows cannot compile termion, so it is not included in the docs.
Rustdoc will fail if it cannot find a link, so the docs fail to build
on windows.

This replaces the link to TermionBackend with one that does not fail
during checks.

Fixes #498

Windows cannot compile termion, so it is not included in the docs.
Rustdoc will fail if it cannot find a link, so the docs fail to build
on windows.

This replaces the link to TermionBackend with one that does not fail
during checks.

Fixes #498
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #503 (18ce100) into main (638d596) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #503   +/-   ##
=======================================
  Coverage   89.93%   89.93%           
=======================================
  Files          41       41           
  Lines       11334    11334           
=======================================
  Hits        10193    10193           
  Misses       1141     1141           
Files Changed Coverage Δ
src/backend.rs 82.92% <ø> (ø)

@joshka joshka merged commit 0c7d547 into main Sep 15, 2023
@joshka joshka deleted the fix-docs-windows branch September 15, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed document tests during cargo make ci on windows
2 participants