Skip to content

Commit d1ee399

Browse files
committed
Revert "Undo unneeded export of CfgRustVersion"
This reverts commit 957824a.
1 parent b5abec0 commit d1ee399

File tree

1 file changed

+1
-1
lines changed
  • crates/cargo-platform/src

1 file changed

+1
-1
lines changed

crates/cargo-platform/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mod cfg;
1818
mod error;
1919

2020
use cfg::KEYWORDS;
21-
pub use cfg::{Cfg, CfgExpr, Ident};
21+
pub use cfg::{Cfg, CfgExpr, CfgRustVersion, Ident};
2222
pub use error::{ParseError, ParseErrorKind};
2323

2424
/// Platform definition.

0 commit comments

Comments
 (0)