fix(docs): put paragraph in new line #13

Open
eljamm wants to merge 1 commit from fix-docs into main
eljamm commented 2024-11-08 10:19:47 +00:00 (Migrated from gitlab.com)

The paragraph needs to be in its own line since it's not part of the
list item. See:
https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation

This error was causing the CI/CD pipeline to fail and this change makes
it pass again.

The paragraph needs to be in its own line since it's not part of the list item. See: https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation This error was causing the CI/CD pipeline to fail and this change makes it pass again.
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix-docs:fix-docs
git switch fix-docs

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff fix-docs
git switch fix-docs
git rebase main
git switch main
git merge --ff-only fix-docs
git switch fix-docs
git rebase main
git switch main
git merge --no-ff fix-docs
git switch main
git merge --squash fix-docs
git switch main
git merge --ff-only fix-docs
git switch main
git merge fix-docs
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kerkmann/anki_bridge!13
No description provided.