Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make the explanation show up on GitHub and crates.io #2488

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ You may be looking for:

## Serde in action

<details>
<summary>
oli-obk marked this conversation as resolved.
Show resolved Hide resolved
Click to show Cargo.toml.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Click to show Cargo.toml.

I believe this line was used to summarize the details button/link thingy. At the moment it just shows up like regular text in front of the playground link, so it should probably go away

<a href="https://play.rust-lang.org/?edition=2018&gist=72755f28f99afc95e01d63174b28c1f5" target="_blank">Run this code in the playground.</a>
Expand All @@ -44,7 +43,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
```

</details>
<p></p>

```rust
Expand Down