Skip to content

Commit

Permalink
Merge pull request #12 from GuillaumeGomez/intra-link
Browse files Browse the repository at this point in the history
Intra link
  • Loading branch information
alexcrichton committed Jun 27, 2018
2 parents 41054f9 + d248f92 commit 732abca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cfg-if"
version = "0.1.3"
version = "0.1.4"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
@@ -1,10 +1,10 @@
//! A macro for defining #[cfg] if-else statements.
//! A macro for defining `#[cfg]` if-else statements.
//!
//! The macro provided by this crate, `cfg_if`, is similar to the `if/elif` C
//! preprocessor macro by allowing definition of a cascade of `#[cfg]` cases,
//! emitting the implementation which matches first.
//!
//! This allows you to conveniently provide a long list #[cfg]'d blocks of code
//! This allows you to conveniently provide a long list `#[cfg]`'d blocks of code
//! without having to rewrite each clause multiple times.
//!
//! # Example
Expand Down

0 comments on commit 732abca

Please sign in to comment.