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
The crate root is a source file that the Rust compiler starts from and makes up the root module of your crate (we’ll explain modules in depth in the “Defining Modules to Control Scope and Privacy”) section.
and it probably should be:
The crate root is a source file that the Rust compiler starts from and makes up the root module of your crate (we’ll explain modules in depth in the “Defining Modules to Control Scope and Privacy” section).
Note the final section probably should be inside the ()
PS:
rustup -V
rustup 1.18.3 (435397f48 2019-05-22)
The text was updated successfully, but these errors were encountered:
The original text is:
and it probably should be:
Note the final section probably should be inside the ()
PS:
The text was updated successfully, but these errors were encountered: