Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/dist/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ mod tests {
static EXAMPLE: &str = include_str!("manifest/tests/channel-rust-nightly-example.toml");
// Same manifest as above, but with the packages in a different order.
static EXAMPLE_REORDERED: &str =
include_str!("manifest/tests/channel-rust-nightly-example.toml");
include_str!("manifest/tests/channel-rust-nightly-example-reordered.toml");
// From brson's live build-rust-manifest.py script
static EXAMPLE2: &str = include_str!("manifest/tests/channel-rust-nightly-example2.toml");

Expand Down
Loading