Skip to content

Commit

Permalink
docs: Remove stale content from examples
Browse files Browse the repository at this point in the history
Closes #722
  • Loading branch information
epage committed Apr 30, 2024
1 parent 9eda40a commit 66f7f1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions crates/toml/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
//! ```toml
//! [package]
//! name = "toml"
//! version = "0.4.2"
//! authors = ["Alex Crichton <alex@alexcrichton.com>"]
//!
//! [dependencies]
//! serde = "1.0"
Expand Down
5 changes: 0 additions & 5 deletions crates/toml/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ use crate::value::{Array, Table, Value};
/// let cargo_toml = toml::toml! {
/// [package]
/// name = "toml"
/// version = "0.4.5"
/// authors = ["Alex Crichton <alex@alexcrichton.com>"]
///
/// [badges]
/// travis-ci = { repository = "alexcrichton/toml-rs" }
///
/// [dependencies]
/// serde = "1.0"
Expand Down

0 comments on commit 66f7f1a

Please sign in to comment.