Skip to content

Commit

Permalink
README.md: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
niklak committed Dec 22, 2023
1 parent bec7bb3 commit b3fc03b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ fn main() {
let href = athing.select(".storylink");
println!("{}", title.text());
println!("{}", href.attr("href").unwrap());
println!();
});
}
```
Expand Down

0 comments on commit b3fc03b

Please sign in to comment.