Closed olehmisar closed 5 years ago
As suggested in #202, glob imports don't fit into the tutorial because they don't show where does a specific type come from. This simple PR fixes this issue and also formats code with rustfmt to make it prettier.
rustfmt
Merging.
Thanks!
As suggested in #202, glob imports don't fit into the tutorial because they don't show where does a specific type come from. This simple PR fixes this issue and also formats code with
rustfmt
to make it prettier.