Skip to content

Commit 9e223b7

Browse files
committed
WIP: cxx-qt-gen: try renaming the file
1 parent e8fe3cc commit 9e223b7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

crates/cxx-qt-gen/src/generator/cfg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// SPDX-License-Identifier: MIT OR Apache-2.0
66

7-
use crate::syntax::cfg::{parse_attribute, CfgExpr};
7+
use crate::syntax::cfg_attribute::{parse_attribute, CfgExpr};
88
use cxx_gen::{CfgEvaluator, CfgResult};
99
use quote::quote;
1010
use syn::{Attribute, Error, LitStr};

crates/cxx-qt-gen/src/syntax/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// SPDX-License-Identifier: MIT OR Apache-2.0
55

66
pub mod attribute;
7-
pub mod cfg;
7+
pub mod cfg_attribute;
88
pub mod expr;
99
pub mod foreignmod;
1010
pub mod lifetimes;

0 commit comments

Comments
 (0)