mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-13 22:48:34 +00:00
cargo clippy
This commit is contained in:
parent
79a61ca46d
commit
84e041d740
@ -33,7 +33,7 @@ fn main() -> io::Result<()> {
|
||||
for (key, value) in DEFINES.iter() {
|
||||
println!("cargo:DEFINE_{}={}", key, value.unwrap_or(""));
|
||||
}
|
||||
if !std::env::var_os("CARGO_FEATURE_WASM").is_some() {
|
||||
if std::env::var_os("CARGO_FEATURE_WASM").is_none() {
|
||||
// Check submodule status. (Anything else should be a compile error in
|
||||
// the C code).
|
||||
assert_file_exists("third-party/cimgui.cpp")?;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user