You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 2018 edition we no longer need mod.rs files. The book follows the
new convention in its dedicated chapter and the reference encourages its
usage over the mod.rs files. In order to be consistent with the book, we
now have `my.rs` and `my` folder in the same directory instead of
`my/mod.rs`.
0 commit comments