Skip to content

Commit d6a3e0d

Browse files
committed
Update documentation.
1 parent 6aa6561 commit d6a3e0d

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [1.0.1] (2024-07-16)
10+
## [1.0.3] (2024-07-16)
11+
12+
### Added
13+
* Updated documentation.
14+
15+
## [1.0.2] (2024-07-16)
1116

1217
### Added
1318
* Updated documentation.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cifg"
3-
version = "1.0.2"
3+
version = "1.0.3"
44

55
categories = ["no-std", "rust-patterns"]
66
description = "A macro for defining #[cfg] if/else blocks; alternate to cfg-if."

src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@
7979
/// # Expansion Diagram
8080
#[cfg_attr(
8181
not(feature = "docs"),
82-
doc = "[View diagram on docs.rs][diag-docs-rs] \n \n"
83-
)]
84-
#[cfg_attr(
85-
not(feature = "docs"),
82+
doc = "[View diagram on docs.rs][diag-docs-rs] \n \n",
8683
doc = "[diag-docs-rs]: https://docs.rs/cifg/latest/cifg/macro.cifg.html#expansion-diagram"
8784
)]
8885
#[cfg_attr(

0 commit comments

Comments
 (0)