We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5abec0 commit d1ee399Copy full SHA for d1ee399
crates/cargo-platform/src/lib.rs
@@ -18,7 +18,7 @@ mod cfg;
18
mod error;
19
20
use cfg::KEYWORDS;
21
-pub use cfg::{Cfg, CfgExpr, Ident};
+pub use cfg::{Cfg, CfgExpr, CfgRustVersion, Ident};
22
pub use error::{ParseError, ParseErrorKind};
23
24
/// Platform definition.
0 commit comments