The guide is displaying src/hackernews_post.rs instead of src/main.rs
Opened this issue · 1 comments
sknauff commented
In the "Your First Component" section of the guide, it states:
You can clear the src/main.rs file. We will be adding new code in the next sections.
However, all the examples (including those on the following pages of the guide) indicate in the header of the code block that the user should edit src/hackernews_post.rs
.
Should this not be displayed instead as src/main.rs
?