Skip to content

Commit 66f7f1a

Browse files
committed
docs: Remove stale content from examples
Closes #722
1 parent 9eda40a commit 66f7f1a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

crates/toml/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
//! ```toml
66
//! [package]
77
//! name = "toml"
8-
//! version = "0.4.2"
9-
//! authors = ["Alex Crichton <[email protected]>"]
108
//!
119
//! [dependencies]
1210
//! serde = "1.0"

crates/toml/src/macros.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ use crate::value::{Array, Table, Value};
88
/// let cargo_toml = toml::toml! {
99
/// [package]
1010
/// name = "toml"
11-
/// version = "0.4.5"
12-
/// authors = ["Alex Crichton <[email protected]>"]
13-
///
14-
/// [badges]
15-
/// travis-ci = { repository = "alexcrichton/toml-rs" }
1611
///
1712
/// [dependencies]
1813
/// serde = "1.0"

0 commit comments

Comments
 (0)