From 53f7149d4510137111ed810803e9529157537288 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 7 May 2021 23:35:43 +0300 Subject: internal: expose cfg attrs from hir::Crate --- crates/cfg/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/cfg/src') diff --git a/crates/cfg/src/lib.rs b/crates/cfg/src/lib.rs index d88ecf8b0..59fd38880 100644 --- a/crates/cfg/src/lib.rs +++ b/crates/cfg/src/lib.rs @@ -13,7 +13,7 @@ use tt::SmolStr; pub use cfg_expr::{CfgAtom, CfgExpr}; pub use dnf::DnfExpr; -/// Configuration options used for conditional compilition on items with `cfg` attributes. +/// Configuration options used for conditional compilation on items with `cfg` attributes. /// We have two kind of options in different namespaces: atomic options like `unix`, and /// key-value options like `target_arch="x86"`. /// -- cgit v1.2.3