From 332c3c0faf90ebfba700ff023202e1845a578d53 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Fri, 30 Jun 2023 07:57:23 +0300 Subject: [PATCH 1/2] remove details tag to make the explanation show up on GitHub and crates.io --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d53e57234..295186658 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ You may be looking for: ## Serde in action -
Click to show Cargo.toml. Run this code in the playground. @@ -44,7 +43,6 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" ``` -

```rust From b519cf5582cb00c71d353ff0bcafa321a075d718 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Mon, 3 Jul 2023 09:26:44 +0300 Subject: [PATCH 2/2] remove summary section as well --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 295186658..d1486c40a 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,8 @@ You may be looking for: ## Serde in action - Click to show Cargo.toml. Run this code in the playground. - ```toml [dependencies]