doc/../rust.section.md: fix incorrect header depths#187919
Merged
5 commits merged intomasterfrom Mar 19, 2023
unknown repository
Merged
doc/../rust.section.md: fix incorrect header depths#1879195 commits merged intomasterfrom unknown repository
5 commits merged intomasterfrom
unknown repository
Conversation
This was referenced Aug 22, 2022
Author
|
Resolved merge conflict. |
Author
|
Rebased. |
figsoda
reviewed
Mar 10, 2023
Member
|
I'm still a bit unsure about this change
|
added 2 commits
March 15, 2023 19:41
…tion.md This reverts the part of commit 82fe76d that affected doc/languages-frameworks/rust.section.md
The headings for the Rust section are structured incorrectly in two ways:
1. The section "Compiling non-Rust packages that include Rust code" is totally specific to `buildRustPackage`. It should be a child of the "Compiling Rust applications with Cargo" section.
1. The section "Setting up `nix-shell`" is totally specific to `buildRustCrate`. It should be a child of the "Compiling Rust crates using Nix instead of Cargo" section.
- Rust
- Compiling Rust applications with Cargo
- ...
- Compiling non-Rust packages that include Rust code
- ...
- Compiling Rust crates using Nix instead of Cargo
- ...
- Setting Up `nix-shell`
- ...
- Rust
- Compiling Rust applications with Cargo
- ...
- Compiling non-Rust packages that include Rust code
- ...
- Compiling Rust crates using Nix instead of Cargo
- ...
- Setting Up `nix-shell`
- ...
Author
|
Yeah, #202394 deleted the documentation section for |
Author
|
(moved to topmost comment) |
Mic92
reviewed
Mar 16, 2023
Mic92
reviewed
Mar 16, 2023
Mic92
reviewed
Mar 16, 2023
Mic92
reviewed
Mar 16, 2023
Mic92
reviewed
Mar 16, 2023
Mic92
reviewed
Mar 16, 2023
Mic92
reviewed
Mar 16, 2023
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Author
|
I've simply deleted the section which tried to replicate the
|
Author
|
Note: this PR was just supposed to fix the header depths. I feel like this PR has been dragged into dealing with the whole |
figsoda
approved these changes
Mar 19, 2023
This pull request was closed.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
The headings for the Rust section are structured incorrectly in two ways:
buildRustPackage. It should be a child of the "Compiling Rust applications with Cargo" section.nix-shell" is totally specific tobuildRustCrate. It should be a child of the "Compiling Rust crates using Nix instead of Cargo" section.Resulting header outline
See also: #187921, #187922
Things done