We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77219f commit e7c3610Copy full SHA for e7c3610
sqlx-macros/src/query/mod.rs
@@ -81,6 +81,7 @@ static METADATA: Lazy<Metadata> = Lazy::new(|| {
81
let output = Command::new(&cargo)
82
.args(&["metadata", "--format-version=1"])
83
.current_dir(&manifest_dir)
84
+ .env_remove("__CARGO_FIX_PLZ")
85
.output()
86
.expect("Could not fetch metadata");
87
0 commit comments