Skip to content

Commit

Permalink
Merge pull request #1263 from funkill/traits-fixes
Browse files Browse the repository at this point in the history
Move chapters from folder "traits" to "trait"
  • Loading branch information
marioidival authored Sep 20, 2019
2 parents 4a7c70e + 4acc3eb commit 1f5e21a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
- [Iterators](trait/iter.md)
- [`impl Trait`](trait/impl_trait.md)
- [Clone](trait/clone.md)
- [Supertraits](traits/supertraits.md)
- [Disambiguating overlapping traits](traits/disambiguating.md)
- [Supertraits](trait/supertraits.md)
- [Disambiguating overlapping traits](trait/disambiguating.md)

- [macro_rules!](macros.md)
- [Syntax](macros/syntax.md)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1f5e21a

Please sign in to comment.