[meta] Remove mentions to Python in comments of the non-meta crate;
This commit is contained in:
@@ -331,9 +331,9 @@ pub mod detail {
|
||||
}
|
||||
}
|
||||
|
||||
// Include code generated by `meta-python/gen_settings.py`. This file contains a public `Flags`
|
||||
// struct with an impl for all of the settings defined in
|
||||
// `cranelift-codegen/meta-python/base/settings.py`.
|
||||
// Include code generated by `meta/gen_settings.rs`. This file contains a public `Flags` struct
|
||||
// with an implementation for all of the settings defined in
|
||||
// `cranelift-codegen/meta/src/shared/settings.rs`.
|
||||
include!(concat!(env!("OUT_DIR"), "/settings.rs"));
|
||||
|
||||
/// Wrapper containing flags and optionally a `TargetIsa` trait object.
|
||||
|
||||
Reference in New Issue
Block a user