Skip to content

Commit

Permalink
docs(ref): Remove dead example
Browse files Browse the repository at this point in the history
This was missed in the migration to the reference being on docs.rs.  Not
feeling its worth finding a way to integrate it into the new structure.
  • Loading branch information
epage committed Sep 21, 2022
1 parent 16c46b4 commit 99dfe74
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 82 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Expand Up @@ -350,11 +350,6 @@ path = "examples/tutorial_derive/05_01_assert.rs"
required-features = ["derive"]
test = true

[[example]]
name = "custom-bool"
path = "examples/derive_ref/custom-bool.rs"
required-features = ["derive"]

[[example]]
name = "interop_augment_args"
path = "examples/derive_ref/augment_args.rs"
Expand Down
44 changes: 0 additions & 44 deletions examples/derive_ref/custom-bool.md

This file was deleted.

32 changes: 0 additions & 32 deletions examples/derive_ref/custom-bool.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/_derive/mod.rs
Expand Up @@ -265,7 +265,6 @@
//!
//! Notes:
//! - For custom type behavior, you can override the implied attributes/settings and/or set additional ones
//! - For example, see [custom-bool](./custom-bool.md)
//! - `Option<Vec<T>>` will be `None` instead of `vec![]` if no arguments are provided.
//! - This gives the user some flexibility in designing their argument, like with `min_values(0)`
//!
Expand Down

0 comments on commit 99dfe74

Please sign in to comment.