Fix trailing whitespace in build_rust.py, from #18700

This commit is contained in:
Andrew Morgan
2025-07-30 16:08:25 +01:00
parent 86370979d9
commit 25289b6444

View File

@@ -19,7 +19,7 @@ def build(setup_kwargs: Dict[str, Any]) -> None:
# This flag is a no-op in the latest versions. Instead, we need to
# specify this in the `bdist_wheel` config below.
py_limited_api=True,
# We always build in release mode, as we can't distinguish
# We always build in release mode, as we can't distinguish
# between using `poetry` in development vs production.
debug=False,
)