Skip to content

Commit b8525aa

Browse files
committed
rename from _ to -
1 parent 81336c9 commit b8525aa

12 files changed

+10
-11
lines changed

src/SUMMARY.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616

1717
- [Rust 2018](rust-2018/index.md)
1818
- [Path and module system changes](rust-2018/path-changes.md)
19-
- [Anonymous trait function parameters deprecated](rust-2018/trait_fn_parameters.md)
20-
- [New keywords](rust-2018/new_keywords.md)
21-
- [Method dispatch for raw pointers to inference variables](rust-2018/tyvar_behind_raw_pointer.md)
19+
- [Anonymous trait function parameters deprecated](rust-2018/trait-fn-parameters.md)
20+
- [New keywords](rust-2018/new-keywords.md)
21+
- [Method dispatch for raw pointers to inference variables](rust-2018/tyvar-behind-raw-pointer.md)
2222
- [Cargo changes](rust-2018/cargo.md)
2323

2424
## Rust 2021
2525

2626
- [Rust 2021 🚧](rust-2021/index.md)
2727
- [Additions to the prelude](rust-2021/prelude.md)
28-
- [Default Cargo feature resolver](rust-2021/default_cargo_resolver.md)
29-
- [IntoIterator for arrays](rust-2021/IntoIterator_for_arrays.md)
30-
- [Disjoint capture in closures](rust-2021/disjoint_capture_in_closures.md)
31-
- [Panic macro consistency](rust-2021/panic_macro_consistency.md)
32-
- [Reserving syntax](rust-2021/reserving_syntax.md)
33-
- [Warnings promoted to errors](rust-2021/warnings_promoted_to_error.md)
34-
- [Or patterns in macro-rules](rust-2021/or_patterns_macro_rules.md)
28+
- [Default Cargo feature resolver](rust-2021/default-cargo-resolver.md)
29+
- [IntoIterator for arrays](rust-2021/IntoIterator-for-arrays.md)
30+
- [Disjoint capture in closures](rust-2021/disjoint-capture-in-closures.md)
31+
- [Panic macro consistency](rust-2021/panic-macro-consistency.md)
32+
- [Reserving syntax](rust-2021/reserving-syntax.md)
33+
- [Warnings promoted to errors](rust-2021/warnings-promoted-to-error.md)
34+
- [Or patterns in macro-rules](rust-2021/or-patterns-macro-rules.md)

src/rust-2018/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
| Release version | [1.31.0](https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html) |
77

88
The edition system was created for the release of Rust 2018. The release of the Rust 2018 edition coincided with a number of other features all coordinated around the theme of *productivity*. The majority of those features were backwards compatible and are now available on all editions; however, some of those changes required the edition mechanism (most notably the [module system changes](path-changes.md)).
9-
s
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)