Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_cg_gcc_2025-06-18
This commit is contained in:
@@ -57,10 +57,10 @@ pub fn main_inner(profile: Profile) {
|
||||
|
||||
#[cfg(not(feature = "master"))]
|
||||
fn filter(filename: &Path) -> bool {
|
||||
if let Some(filename) = filename.to_str() {
|
||||
if filename.ends_with("gep.rs") {
|
||||
return false;
|
||||
}
|
||||
if let Some(filename) = filename.to_str()
|
||||
&& filename.ends_with("gep.rs")
|
||||
{
|
||||
return false;
|
||||
}
|
||||
rust_filter(filename)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user